FrozenDict¶
- class samplomatic.utils.FrozenDict(*args, **kwargs)[source]¶
Bases:
MappingAn immutable and hashable dictionary-like mapping.
Keys and values must be hashable. Views onto keys, items, and values are read-only and preserve insertion order. Standard operands like
|are supported, but return copies when necessary.Methods Summary
Methods Documentation