X7ROOT File Manager
Current Path:
/opt/alt/python313/lib64/python3.13/importlib
opt
/
alt
/
python313
/
lib64
/
python3.13
/
importlib
/
ðŸ“
..
📄
__init__.py
(4.66 KB)
ðŸ“
__pycache__
📄
_abc.py
(1.32 KB)
📄
_bootstrap.py
(55.74 KB)
📄
_bootstrap_external.py
(71.43 KB)
📄
abc.py
(7.48 KB)
📄
machinery.py
(934 B)
ðŸ“
metadata
📄
readers.py
(327 B)
ðŸ“
resources
📄
simple.py
(354 B)
📄
util.py
(10.94 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