Name : python3-result
| |
Version : 0.10.0
| Vendor : Fedora Project
|
Release : 1.fc37
| Date : 2023-05-16 17:50:38
|
Group : Unspecified
| Source RPM : python-result-0.10.0-1.fc37.src.rpm
|
Size : 0.05 MB
| |
Packager : Fedora Project
| |
Summary : A Rust-like result type for Python
|
Description :
A simple Result type for Python 3 inspired by Rust, fully type annotated.
The idea is that a result value can be either `Ok(value)` or `Err(error)`, with a way to differentiate between the two. `Ok` and `Err` are both classes encapsulating an arbitrary value. `Result[T, E]` is a generic type alias for `typing.Union[Ok[T], Err[E]]`.
|
RPM found in directory: /vol/rzm3/linux-fedora-buffet/linux/updates/37/Everything/aarch64/Packages/p |