PHP 8.2.30
Preview: machinery.py Size: 880 B
//opt/alt/python-internal/lib64/python3.11/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
from ._bootstrap_external import NamespaceLoader


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

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).