Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
python3-outcome
capture the outcome of Python function calls
https://github.com/python-trio/outcome
0
no reviews
Install
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'.