|
| 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) |
| |
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.