Searched refs:_get_sourcefile (Results 1 – 3 of 3) sorted by relevance
4 from importlib._bootstrap_external import _get_sourcefile909 self.assertEqual(_get_sourcefile(path), expect)917 self.assertEqual(_get_sourcefile(path), path)923 self.assertEqual(_get_sourcefile(path), path)
342 def _get_sourcefile(bytecode_path): function
762 _Py_IDENTIFIER(_get_sourcefile); in PyImport_ExecCodeModuleWithPathnames()