frozendict
Frozen dictionary and shared hashing helpers for PySATL CPD.
- class pysatl_cpd.typedefs.frozendict.frozendict(**kwargs)[source]
-
Immutable dictionary with stable hashing.
- Parameters:
**kwargs (
TypeVar(V_co)) – Key-value pairs to populate the dictionary.
- __init__(**kwargs)[source]
- Parameters:
self (frozendict[str, V_co])
kwargs (V_co)
- Return type:
None