Let us walk on the 3-isogeny graph
|
Public Member Functions | |
None | __init__ (self) |
![]() | |
"Hashes" | __and__ (self, "Hashes" other) |
int | digest_count (self) |
bool | is_hash_allowed (self, str hash_name, str hex_digest) |
None | check_against_chunks (self, Iterable[bytes] chunks) |
None | check_against_file (self, BinaryIO file) |
None | check_against_path (self, str path) |
bool | has_one_of (self, Dict[str, str] hashes) |
bool | __bool__ (self) |
bool | __eq__ (self, object other) |
int | __hash__ (self) |
Protected Member Functions | |
"NoReturn" | _raise (self, Dict[str, "_Hash"] gots) |
Additional Inherited Members | |
![]() | |
_allowed | |
A workalike for Hashes used when we're missing a hash for a requirement It computes the actual hash of the requirement and raises a HashMissing exception showing it to the user.
None __init__ | ( | self | ) |
Don't offer the ``hashes`` kwarg.
Reimplemented from Hashes.
Definition at line 144 of file hashes.py.
References MissingHashes.__init__(), and i.
Referenced by MissingHashes.__init__(), and Protocol.__init_subclass__().
|
protected |