|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /proc/17567/root/usr/local/lib/python3.6/site-packages/attr/__pycache__/ |
Upload File : |
3
H�Kd: � @ s d dgZ dadd � Zdd� ZdS )�set_run_validators�get_run_validatorsTc C s t | t�std��| 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 �-/tmp/pip-build-8nxjc3nm/attrs/attr/_config.pyr s
c C s t S )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.
)r r r r r r s N)�__all__r r r r r r r �<module> s