SILENT KILLERPanel

Current Path: > > opt > hc_python > > > lib > python3.12 > site-packages > > importlib_resources > > tests > compat


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.8
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/hc_python///lib/python3.12/site-packages//importlib_resources//tests/compat

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
__init__.py File 0 bytes April 04 2025 08:09:06.
py312.py File 364 bytes April 04 2025 08:09:06.
py39.py File 441 bytes April 04 2025 08:09:06.

Reading File: //opt/hc_python///lib/python3.12/site-packages//importlib_resources//tests/compat/py312.py

import contextlib

from .py39 import import_helper


@contextlib.contextmanager
def isolated_modules():
    """
    Save modules on entry and cleanup on exit.
    """
    (saved,) = import_helper.modules_setup()
    try:
        yield
    finally:
        import_helper.modules_cleanup(saved)


vars(import_helper).setdefault('isolated_modules', isolated_modules)

SILENT KILLER Tool