mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
![]() importlib.abc.ExecutionLoader. PyLoader now inherits from this ABC instead of InspectLoader directly. Both PyLoader and PyPycLoader provide concrete implementations of get_filename in terms of source_path and bytecode_path. |
||
---|---|---|
.. | ||
__init__.py | ||
test_abc_loader.py | ||
test_case_sensitivity.py | ||
test_file_loader.py | ||
test_finder.py | ||
test_path_hook.py | ||
test_source_encoding.py | ||
util.py |