PHP 8.2.30
Preview: __init__.py Size: 413 B
/opt/cloudlinux/venv/lib/python3.11/site-packages/lazy_object_proxy/__init__.py

try:
    import copy_reg as copyreg
except ImportError:
    import copyreg

from .utils import identity

copyreg.constructor(identity)

try:
    from .cext import Proxy
    from .cext import identity
except ImportError:
    from .simple import Proxy
else:
    copyreg.constructor(identity)

try:
    from ._version import version as __version__
except ImportError:
    __version__ = '1.9.0'

__all__ = ("Proxy",)

Directory Contents

Dirs: 1 × Files: 7

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
49.06 KB lrwxr-xr-x 2026-01-20 13:18:50
Edit Download
148 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
8.50 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
11.97 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.18 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
160 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
413 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download

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