
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
U
    #IGZ                     @   s4   d dl mZmZmZ ddgZdadd Zdd ZdS )    )absolute_importdivisionprint_functionset_run_validatorsget_run_validatorsTc                 C   s   t | tstd| adS )zK
    Set whether or not validators are run.  By default, they are run.
    z'run' must be bool.N)
isinstancebool	TypeError_run_validators)run r   =/opt/alt/python38/lib/python3.8/site-packages/attr/_config.pyr   	   s    
c                   C   s   t S )z3
    Return whether or not validators are run.
    )r
   r   r   r   r   r      s    N)
__future__r   r   r   __all__r
   r   r   r   r   r   r   <module>   s   
