/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/readers.py (327B)
""" Compatibility shim for .resources.readers as found on Python 3.10. Consumers that can rely on Python 3.11 should use the other module directly. """ from .resources.readers import ( FileReader, ZipReader, MultiplexedPath, NamespaceReader, ) __all__ = ['FileReader', 'ZipReader', 'MultiplexedPath', 'NamespaceReader']