qilisdk.utils.hashing

Functions

hash(→ int)

Stable blake2b-based hash for arbitrary Python objects used by qilisdk models.

Module Contents

hash(*objects: object) int[font]

Stable blake2b-based hash for arbitrary Python objects used by qilisdk models.

Retorna:

blake2b-based hash integer compatible with Python’s __hash__.

Tipus de retorn:

int