Name : python3-result
| |
Version : 0.9.0
| Vendor : Fedora Project
|
Release : 2.el9
| Date : 2023-02-12 23:30:28
|
Group : Unspecified
| Source RPM : python-result-0.9.0-2.el9.src.rpm
|
Size : 0.04 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: /packages/linux-pbone/archive.fedoraproject.org/epel/9.1.2023-05-09/Everything/s390x/Packages/p |