Searched refs:moduleInfoForPath (Results 1 – 3 of 3) sorted by relevance
258 self.assertEqual(modulegraph.moduleInfoForPath("/somewhere/else/file.txt"), None)260 info = modulegraph.moduleInfoForPath("/somewhere/else/file.py")268 info = modulegraph.moduleInfoForPath("/somewhere/else/file.pyc")274 info = modulegraph.moduleInfoForPath("/somewhere/else/file.so")280 info = modulegraph.moduleInfoForPath("/somewhere/else/file.pyd")
298 def moduleInfoForPath(path): function1096 for info in (moduleInfoForPath(p) for p in names):
516 .. function:: moduleInfoForPath(path)