HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/env/lib/python3.10/site-packages/attr/__pycache__/_config.cpython-310.pyc
o

"we:�@s ddgZdadd�Zdd�ZdS)�set_run_validators�get_run_validatorsTcCst|t�s	td��|adS)z�
    Set whether or not validators are run.  By default, they are run.

    .. deprecated:: 21.3.0 It will not be removed, but it also will not be
        moved to new ``attrs`` namespace. Use `attrs.validators.set_disabled()`
        instead.
    z'run' must be bool.N)�
isinstance�bool�	TypeError�_run_validators)�run�r�E/home/arjun/projects/env/lib/python3.10/site-packages/attr/_config.pyr	s
cCstS)z�
    Return whether or not validators are run.

    .. deprecated:: 21.3.0 It will not be removed, but it also will not be
        moved to new ``attrs`` namespace. Use `attrs.validators.get_disabled()`
        instead.
    )rrrrr	rsN)�__all__rrrrrrr	�<module>s