Home
last modified time | relevance | path

Searched defs:superclass_names (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/test_importlib/
Dtest_abc.py57 superclass_names = ['Finder'] variable in MetaPathFinder
68 superclass_names = ['Finder'] variable in PathEntryFinder
78 superclass_names = ['Loader'] variable in ResourceLoader
87 superclass_names = ['Loader'] variable in InspectLoader
97 superclass_names = ['InspectLoader'] variable in ExecutionLoader
107 superclass_names = ['ResourceLoader', 'ExecutionLoader'] variable in FileLoader
117 superclass_names = ['ResourceLoader', 'ExecutionLoader'] variable in SourceLoader