/ lib / attr / _config.pyc
_config.pyc
 1  o

 2  b��c|�@s4ddlmZmZmZddgZdadd�Zdd�ZdS)�)�absolute_import�division�print_function�set_run_validators�get_run_validatorsTcCst|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.pyrs
10  cCstS)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
rsN)�
18  __future__rrr�__all__r
19  rrrrrr
�<module>s
20