Skip to content

hashing module

Utilities for hashing.


Hashable class

Hashable()

Hashable class.

Subclasses


get_hash static method

Hashable.get_hash(
    *args,
    **kwargs
)

Static method to get the hash of the instance based on its arguments.


hash method

Hash of the instance.


hash_key property

Key that can be used for hashing the instance.