PHP 8.2.30
Preview: _config.py Size: 826 B
/proc/thread-self/root/proc/thread-self/root/opt/cloudlinux/venv/lib/python3.11/site-packages/attr/_config.py

# SPDX-License-Identifier: MIT


__all__ = ["set_run_validators", "get_run_validators"]

_run_validators = True


def set_run_validators(run):
    """
    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.
    """
    if not isinstance(run, bool):
        raise TypeError("'run' must be bool.")
    global _run_validators
    _run_validators = run


def get_run_validators():
    """
    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.
    """
    return _run_validators

Directory Contents

Dirs: 1 × Files: 23

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-06 08:05:33
Edit Download
3.52 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
406 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.85 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
539 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.44 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
225 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
0 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.37 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
567 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
20.22 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
2.52 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
4.00 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
399 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
5.67 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
826 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
16.34 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
94.71 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
6.12 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
469 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
2.07 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
209 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
3.17 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
17.20 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).