PHP 8.2.30
Preview: readers.py Size: 327 B
//opt/alt/python-internal/lib64/python3.11/importlib/readers.py

"""
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']

Directory Contents

Dirs: 3 × Files: 9

Name Size Perms Modified Actions
metadata DIR
- drwxr-xr-x 2025-08-02 07:01:49
Edit Download
resources DIR
- drwxr-xr-x 2025-08-02 07:01:49
Edit Download
- drwxr-xr-x 2025-08-02 07:01:49
Edit Download
10.71 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
880 B lrw-r--r-- 2025-06-03 18:38:25
Edit Download
327 B lrw-r--r-- 2025-06-03 18:38:25
Edit Download
354 B lrw-r--r-- 2025-06-03 18:38:25
Edit Download
12.42 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
1.81 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
47.09 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
67.35 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
5.95 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).