[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
lib64
/
python3.12
/
importlib
/
resources
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 __pycache__
SET
[ DEL ]
📄 __init__.py
532 B
SET
[ EDIT ]
|
[ DEL ]
📄 _adapters.py
4,482 B
SET
[ EDIT ]
|
[ DEL ]
📄 _common.py
5,486 B
SET
[ EDIT ]
|
[ DEL ]
📄 _itertools.py
1,277 B
SET
[ EDIT ]
|
[ DEL ]
📄 _legacy.py
2,949 B
SET
[ EDIT ]
|
[ DEL ]
📄 abc.py
5,203 B
SET
[ EDIT ]
|
[ DEL ]
📄 readers.py
4,370 B
SET
[ EDIT ]
|
[ DEL ]
📄 simple.py
2,584 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: __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', ]