qilisdk.utils.hashing
Functions
|
Stable blake2b-based hash for arbitrary Python objects used by qilisdk models. |
Module Contents
- hash(*objects: object) int[source]
Stable blake2b-based hash for arbitrary Python objects used by qilisdk models.
- Returns:
blake2b-based hash integer compatible with Python’s
__hash__.- Return type:
int