cpython/Lib/importlib/test/source
Brett Cannon 2a922ed6ad Introduce importlib.abc. The module contains various ABCs related to imports
(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.
2009-03-09 03:35:50 +00:00
..
__init__.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
test_abc_loader.py Introduce importlib.abc. The module contains various ABCs related to imports 2009-03-09 03:35:50 +00:00
test_case_sensitivity.py Separate out finder for source and source/bytecode. 2009-02-21 03:31:35 +00:00
test_file_loader.py Introduce importlib.abc. The module contains various ABCs related to imports 2009-03-09 03:35:50 +00:00
test_finder.py Separate out finder for source and source/bytecode. 2009-02-21 03:31:35 +00:00
test_path_hook.py Do some cleanup in importlib: 2009-02-21 03:15:37 +00:00
test_source_encoding.py Refactor source and bytecode file loaders in importlib so that there 2009-02-21 05:41:15 +00:00
util.py Introduce importlib.abc. The module contains various ABCs related to imports 2009-03-09 03:35:50 +00:00