_config.pyc
1 o 2 b��c| � @ s4 d dl mZmZmZ ddgZdadd� Zdd� ZdS )� )�absolute_import�division�print_function�set_run_validators�get_run_validatorsTc C s t | t�s td��| adS )z� 3 Set whether or not validators are run. By default, they are run. 4 5 .. deprecated:: 21.3.0 It will not be removed, but it also will not be 6 moved to new ``attrs`` namespace. Use `attrs.validators.set_disabled()` 7 instead. 8 z'run' must be bool.N)� 9 isinstance�bool� TypeError�_run_validators)�run� r ��C:\Users\Jacks.GUTTSPC\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\attr\_config.pyr s 10 c C s t S )z� 11 Return whether or not validators are run. 12 13 .. deprecated:: 21.3.0 It will not be removed, but it also will not be 14 moved to new ``attrs`` namespace. Use `attrs.validators.get_disabled()` 15 instead. 16 )r 17 r r r r r s N)� 18 __future__r r r �__all__r 19 r r r r r r �<module> s 20