PHP 8.2.30
Preview: machinery.py Size: 831 B
//opt/alt/python310/lib64/python3.10/importlib/machinery.py

"""The machinery of importlib: finders, loaders, hooks, etc."""

from ._bootstrap import ModuleSpec
from ._bootstrap import BuiltinImporter
from ._bootstrap import FrozenImporter
from ._bootstrap_external import (SOURCE_SUFFIXES, DEBUG_BYTECODE_SUFFIXES,
                     OPTIMIZED_BYTECODE_SUFFIXES, BYTECODE_SUFFIXES,
                     EXTENSION_SUFFIXES)
from ._bootstrap_external import WindowsRegistryFinder
from ._bootstrap_external import PathFinder
from ._bootstrap_external import FileFinder
from ._bootstrap_external import SourceFileLoader
from ._bootstrap_external import SourcelessFileLoader
from ._bootstrap_external import ExtensionFileLoader


def all_suffixes():
    """Returns a list of all recognized module suffixes for this process"""
    return SOURCE_SUFFIXES + BYTECODE_SUFFIXES + EXTENSION_SUFFIXES

Directory Contents

Dirs: 2 × Files: 11

Name Size Perms Modified Actions
metadata DIR
- drwxr-xr-x 2026-02-10 08:07:43
Edit Download
- drwxr-xr-x 2026-02-10 08:07:43
Edit Download
14.08 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
831 B lrw-r--r-- 2025-10-09 15:25:03
Edit Download
3.50 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
5.57 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
11.22 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
1.81 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
1.86 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
40.50 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
63.33 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
3.15 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
5.95 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download

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