mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
(mostly stuff specified by PEP 302). There are two ABCs, PyLoader and PyPycLoader, which help with implementing source and source/bytecode loaders by implementing load_module in terms of other methods. This removes a lot of gritty details loaders typically have to worry about. |
||
|---|---|---|
| .. | ||
| builtin | ||
| extension | ||
| frozen | ||
| import_ | ||
| source | ||
| __init__.py | ||
| abc.py | ||
| test_abc.py | ||
| test_api.py | ||
| test_util.py | ||
| util.py | ||