/snap/core24/1587/usr/lib/python3.12/importlib
NameSizeModeActions
metadata/-0755rm
resources/-0755rm
__pycache__/-0755rm
abc.py76120644editdlrm
machinery.py8800644editdlrm
readers.py3270644editdlrm
simple.py3540644editdlrm
util.py108400644editdlrm
_abc.py13540644editdlrm
_bootstrap.py570560644editdlrm
_bootstrap_external.py691750644editdlrm
__init__.py47740644editdlrm
Edit: /snap/core24/1587/usr/lib/python3.12/importlib/simple.py (354B)
""" 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', ]