opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
importlib_resources
/
tests
/
compat
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
[DIR] __pycache__
N/A
__init__.py
0 bytes
Rename
Delete
py312.py
364 bytes
Rename
Delete
py39.py
441 bytes
Rename
Delete
""" Backward-compatability shims to support Python 3.9 and earlier. """ from jaraco.test.cpython import from_test_support, try_import import_helper = try_import('import_helper') or from_test_support( 'modules_setup', 'modules_cleanup', 'DirsOnSysPath' ) os_helper = try_import('os_helper') or from_test_support('temp_dir') warnings_helper = try_import('warnings_helper') or from_test_support( 'ignore_warnings', 'check_warnings' )
Save