Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 18.188.175.197
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : _compat.py
try:
    from test.support import import_helper  # type: ignore
except ImportError:
    try:
        # Python 3.9 and earlier
        class import_helper:  # type: ignore
            from test.support import modules_setup, modules_cleanup
    except ImportError:
        from . import py27compat

        class import_helper:  # type: ignore
            modules_setup = staticmethod(py27compat.modules_setup)
            modules_cleanup = staticmethod(py27compat.modules_cleanup)


try:
    from os import fspath  # type: ignore
except ImportError:
    # Python 3.5
    fspath = str  # type: ignore


try:
    # Python 3.10
    from test.support.os_helper import unlink
except ImportError:
    from test.support import unlink as _unlink

    def unlink(target):
        return _unlink(fspath(target))
© 2025 GrazzMean