opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
lazy_object_proxy
➕ New
📤 Upload
✎ Editing:
__init__.py
← Back
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",)
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel