python3-outcome

capture the outcome of Python function calls
  https://github.com/python-trio/outcome
  0
  no reviews



Outcome provides a function `capture' for capturing the outcome of a Python function call, so that it can be passed around - even if the function raises an exception. It also provides the async equivalent function `acapture'.