Name : python3-result
| |
Version : 0.9.0
| Vendor : Fedora Project
|
Release : 2.fc38
| Date : 2023-02-14 03:51:00
|
Group : Unspecified
| Source RPM : python-result-0.9.0-2.fc38.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: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/38/Everything/x86_64/os/Packages/p |