SILENT KILLERPanel

Current Path: > > opt > hc_python > > > lib > > python3.12 > site-packages > inotify


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.38
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/hc_python///lib//python3.12/site-packages/inotify

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
resources Directory - -
__init__.py File 23 bytes April 04 2025 08:09:06.
adapters.py File 13189 bytes April 04 2025 08:09:06.
calls.py File 1534 bytes April 04 2025 08:09:06.
constants.py File 2248 bytes April 04 2025 08:09:06.
library.py File 173 bytes April 04 2025 08:09:06.
test_support.py File 383 bytes April 04 2025 08:09:06.

Reading File: //opt/hc_python///lib//python3.12/site-packages/inotify/test_support.py

import os
import logging
import shutil
import tempfile
import contextlib

_LOGGER = logging.getLogger(__name__)

@contextlib.contextmanager
def temp_path():
    path = tempfile.mkdtemp()

    original_wd = os.getcwd()
    os.chdir(path)

    try:
        yield path
    finally:
        os.chdir(original_wd)

        if os.path.exists(path) is True:
            shutil.rmtree(path)

SILENT KILLER Tool