/opt/alt/python311/lib64/python3.11/importlib/metadata/__pycache__
Edit: /opt/alt/python311/lib64/python3.11/importlib/metadata/__pycache__/_collections.cpython-311.pyc (2155B)
§
Qfný[ýã ón — d dl Z G d„ de j ¦ « Z G d„ d e j dd¦ « ¦ « ZdS )é Nc ó( ‡ — e Zd ZdZˆ fd„Zd„ Zˆ xZS )ÚFreezableDefaultDicta!
Often it is desirable to prevent the mutation of
a default dict after its initial construction, such
as to prevent mutation during iteration.
>>> dd = FreezableDefaultDict(list)
>>> dd[0].append('1')
>>> dd.freeze()
>>> dd[1]
[]
>>> len(dd)
1
c óZ •— t | dt ¦ « j ¦ « |¦ « S )NÚ_frozen)ÚgetattrÚsuperÚ__missing__)ÚselfÚkeyÚ __class__s €úF/opt/alt/python311/lib64/python3.11/importlib/metadata/_collections.pyr z FreezableDefaultDict.__missing__ s&