datalad_next.utils.MultiHash
- class datalad_next.utils.MultiHash(algorithms: list[str])[source]
Bases:
objectCompute any number of hashes as if computing just one
Supports any hash algorithm supported by the
hashlibmodule of the standard library.
Bases: object
Compute any number of hashes as if computing just one
Supports any hash algorithm supported by the hashlib module
of the standard library.