X7ROOT File Manager
Current Path:
/opt/alt/python311/lib64/python3.11/importlib/resources
opt
/
alt
/
python311
/
lib64
/
python3.11
/
importlib
/
resources
/
ðŸ“
..
📄
__init__.py
(506 B)
ðŸ“
__pycache__
📄
_adapters.py
(4.4 KB)
📄
_common.py
(2.82 KB)
📄
_itertools.py
(884 B)
📄
_legacy.py
(3.41 KB)
📄
abc.py
(4.46 KB)
📄
readers.py
(3.47 KB)
📄
simple.py
(3.05 KB)
Editing: __init__.py
"""Read resources contained within a package.""" from ._common import ( as_file, files, Package, ) from ._legacy import ( contents, open_binary, read_binary, open_text, read_text, is_resource, path, Resource, ) from .abc import ResourceReader __all__ = [ 'Package', 'Resource', 'ResourceReader', 'as_file', 'contents', 'files', 'is_resource', 'open_binary', 'open_text', 'path', 'read_binary', 'read_text', ]
Upload File
Create Folder