Searched refs:test_lacking_parent (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/test/test_importlib/ | ||
D | abc.py | 77 def test_lacking_parent(self): member in LoaderTests |
/third_party/python/Lib/test/test_importlib/frozen/ | ||
D | test_loader.py | 49 def test_lacking_parent(self): member in ExecModuleTests |
/third_party/python/Lib/test/test_importlib/extension/ | ||
D | test_loader.py | 63 test_lacking_parent = None variable in LoaderTests |
/third_party/python/Lib/test/test_importlib/builtin/ | ||
D | test_loader.py | 39 test_package = test_lacking_parent = None |
/third_party/python/Lib/test/test_importlib/source/ | ||
D | test_file_loader.py | 102 def test_lacking_parent(self): member in SimpleTest |