/opt/imh-python/lib/python3.9/site-packages/wrapt
NameSizeModeActions
__pycache__/-0755rm
arguments.py17460644editdlrm
decorators.py213330644editdlrm
importer.py109970644editdlrm
patches.py52040644editdlrm
weakrefs.py38810644editdlrm
wrappers.py286870644editdlrm
_wrappers.cpython-39-x86_64-linux-gnu.so660960755editdlrm
__init__.py12380644editdlrm
__wrapt__.py4430644editdlrm
Edit: /opt/imh-python/lib/python3.9/site-packages/wrapt/__wrapt__.py (443B)
import os from .wrappers import (ObjectProxy, CallableObjectProxy, PartialCallableObjectProxy, FunctionWrapper, BoundFunctionWrapper, _FunctionWrapperBase) try: if not os.environ.get('WRAPT_DISABLE_EXTENSIONS'): from ._wrappers import (ObjectProxy, CallableObjectProxy, PartialCallableObjectProxy, FunctionWrapper, BoundFunctionWrapper, _FunctionWrapperBase) except ImportError: pass