cpython/Lib/test/test_importlib
Brett Cannon 9ffe85e1e8 Move importlib.abc.SourceLoader.source_to_code() to InspectLoader.
While the previous location was fine, it makes more sense to have the
method higher up in the inheritance chain, especially at a point where
get_source() is defined which is the earliest source_to_code() could
programmatically be used in the inheritance tree in importlib.abc.
2013-05-26 16:45:10 -04:00
..
builtin
extension
frozen
import_
source Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return 2013-04-09 16:59:39 -04:00
__init__.py
__main__.py
abc.py
regrtest.py
test_abc.py Move importlib.abc.SourceLoader.source_to_code() to InspectLoader. 2013-05-26 16:45:10 -04:00
test_api.py #17115,17116: Have modules initialize the __package__ and __loader__ 2013-05-04 13:56:58 -04:00
test_locks.py
test_util.py
util.py