Searched refs:_get_sourcefile (Results 1 – 3 of 3) sorted by relevance
4 from importlib._bootstrap_external import _get_sourcefile1015 self.assertEqual(_get_sourcefile(path), expect)1023 self.assertEqual(_get_sourcefile(path), path)1029 self.assertEqual(_get_sourcefile(path), path)
350 def _get_sourcefile(bytecode_path): function
892 _Py_IDENTIFIER(_get_sourcefile); in PyImport_ExecCodeModuleWithPathnames()