X7ROOT File Manager
Current Path:
/opt/alt/python312/lib64/python3.12/importlib
opt
/
alt
/
python312
/
lib64
/
python3.12
/
importlib
/
??
..
??
__init__.py
(4.67 KB)
??
__pycache__
??
_abc.py
(1.32 KB)
??
_bootstrap.py
(55.72 KB)
??
_bootstrap_external.py
(67.78 KB)
??
abc.py
(7.43 KB)
??
machinery.py
(880 B)
??
metadata
??
readers.py
(327 B)
??
resources
??
simple.py
(354 B)
??
util.py
(10.74 KB)
Editing: simple.py
""" Compatibility shim for .resources.simple as found on Python 3.10. Consumers that can rely on Python 3.11 should use the other module directly. """ from .resources.simple import ( SimpleReader, ResourceHandle, ResourceContainer, TraversableReader, ) __all__ = [ 'SimpleReader', 'ResourceHandle', 'ResourceContainer', 'TraversableReader', ]
Upload File
Create Folder