Home
last modified time | relevance | path

Searched refs:_get_sourcefile (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/test_import/
D__init__.py6 from importlib._bootstrap_external import _get_sourcefile
1092 self.assertEqual(_get_sourcefile(path), expect)
1100 self.assertEqual(_get_sourcefile(path), path)
1106 self.assertEqual(_get_sourcefile(path), path)
/third_party/python/Lib/importlib/
D_bootstrap_external.py491 def _get_sourcefile(bytecode_path): function
/third_party/python/Python/
Dimport.c732 _Py_IDENTIFIER(_get_sourcefile); in PyImport_ExecCodeModuleWithPathnames()
/third_party/python/Tools/c-analyzer/
DTODO536 …mport.c:PyImport_ExecCodeModuleWithPathnames():PyId__get_sourcefile _Py_IDENTIFIER(_get_sourcefile)