Home
last modified time | relevance | path

Searched refs:ExecutionLoader (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/importlib/
H A Dabc.py24 'ResourceLoader', 'InspectLoader', 'ExecutionLoader',
230 class ExecutionLoader(InspectLoader): class
264 _register(ExecutionLoader, machinery.ExtensionFileLoader)
267 class FileLoader(_bootstrap_external.FileLoader, ResourceLoader, ExecutionLoader):
270 ExecutionLoader ABCs."""
276 class SourceLoader(_bootstrap_external.SourceLoader, ResourceLoader, ExecutionLoader):
282 ResourceLoader and ExecutionLoader need to be implemented. To also support
289 * ExecutionLoader.get_filename
/third_party/python/Lib/test/test_importlib/
H A Dtest_abc.py97 class ExecutionLoader(InheritanceTests): class
104 ) = test_util.test_both(ExecutionLoader, abc=abc)
108 superclass_names = ['ResourceLoader', 'ExecutionLoader']
118 superclass_names = ['ResourceLoader', 'ExecutionLoader']
288 class ExecutionLoader(InspectLoader): class
294 SPLIT_EL = make_abc_subclasses(ExecutionLoader)
637 ##### ExecutionLoader concrete methods #########################################

Completed in 3 milliseconds