Name : python3-result
| |
Version : 0.10.0
| Vendor : Fedora Project
|
Release : 1.el9
| Date : 2023-05-16 18:03:50
|
Group : Unspecified
| Source RPM : python-result-0.10.0-1.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.3-2024-04-30/Everything/x86_64/Packages/p |