_config
get_run_validators()
Return whether or not validators are run.
Source code in client/ayon_fusion/vendor/attr/_config.py
19 20 21 22 23 |
|
set_run_validators(run)
Set whether or not validators are run. By default, they are run.
Source code in client/ayon_fusion/vendor/attr/_config.py
9 10 11 12 13 14 15 16 |
|