X7ROOT File Manager
Current Path:
/opt/alt/python312/lib64/python3.12/importlib/resources
opt
/
alt
/
python312
/
lib64
/
python3.12
/
importlib
/
resources
/
ðŸ“
..
📄
__init__.py
(532 B)
ðŸ“
__pycache__
📄
_adapters.py
(4.38 KB)
📄
_common.py
(5.36 KB)
📄
_itertools.py
(1.25 KB)
📄
_legacy.py
(2.88 KB)
📄
abc.py
(5.08 KB)
📄
readers.py
(4.27 KB)
📄
simple.py
(2.52 KB)
Editing: __init__.py
"""Read resources contained within a package.""" from ._common import ( as_file, files, Package, Anchor, ) from ._legacy import ( contents, open_binary, read_binary, open_text, read_text, is_resource, path, Resource, ) from .abc import ResourceReader __all__ = [ 'Package', 'Anchor', 'Resource', 'ResourceReader', 'as_file', 'contents', 'files', 'is_resource', 'open_binary', 'open_text', 'path', 'read_binary', 'read_text', ]
Upload File
Create Folder