common.UnwrapError
: Custom exception raised when an invalid 'unwrap' or 'unwrap_err' is called on a Result object.option.Option
: A class that expands the built-inOptional
type, representing a value that may or may not be present (Some
orNone
).result.Err
: Represents a failedResult
with anErr
value.result.Ok
: Represents a successfulResult
with anOk
value.
result.Catch
: A decorator that returns aErr
if captured an exception orOk
if the function returns successfully.
This file was automatically generated via lazydocs.