PHP 8.2.30
Preview: __init__.py Size: 1.17 KB
//opt/cloudlinux/venv/lib/python3.11/site-packages/wrapt/__init__.py

__version_info__ = ('1', '15', '0')
__version__ = '.'.join(__version_info__)

from .wrappers import (ObjectProxy, CallableObjectProxy, FunctionWrapper,
        BoundFunctionWrapper, WeakFunctionProxy, PartialCallableObjectProxy,
        resolve_path, apply_patch, wrap_object, wrap_object_attribute,
        function_wrapper, wrap_function_wrapper, patch_function_wrapper,
        transient_function_wrapper)

from .decorators import (adapter_factory, AdapterFactory, decorator,
        synchronized)

from .importer import (register_post_import_hook, when_imported,
        notify_module_loaded, discover_post_import_hooks)

# Import of inspect.getcallargs() included for backward compatibility. An
# implementation of this was previously bundled and made available here for
# Python <2.7. Avoid using this in future.

from inspect import getcallargs

# Variant of inspect.formatargspec() included here for forward compatibility.
# This is being done because Python 3.11 dropped inspect.formatargspec() but
# code for handling signature changing decorators relied on it. Exposing the
# bundled implementation here in case any user of wrapt was also needing it.

from .arguments import formatargspec

Directory Contents

Dirs: 1 × Files: 6

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
1.71 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
20.83 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
10.53 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
35.31 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
63.88 KB lrwxr-xr-x 2026-01-20 13:18:46
Edit Download
1.17 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download

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