PHP 8.2.30
Preview: py310.py Size: 344 B
//proc/thread-self/root/opt/cloudlinux/venv/lib/python3.11/site-packages/setuptools/compat/py310.py

import sys

__all__ = ['tomllib']


if sys.version_info >= (3, 11):
    import tomllib
else:  # pragma: no cover
    import tomli as tomllib


if sys.version_info >= (3, 11):

    def add_note(ex, note):
        ex.add_note(note)

else:  # pragma: no cover

    def add_note(ex, note):
        vars(ex).setdefault('__notes__', []).append(note)

Directory Contents

Dirs: 1 × Files: 5

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
493 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
344 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
790 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
366 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
0 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download

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