frozendict v1.5.0
Turned back to the dict
API:
- removed
is_frozendict
andinitialized
attributes. Added_initialized
. - removed
__add__()
and__sub__()
methods (wait for PEP 584)
Turned back to the dict
API:
is_frozendict
and initialized
attributes. Added _initialized
.__add__()
and __sub__()
methods (wait for PEP 584)