Home
last modified time | relevance | path

Searched refs:moduleInfoForPath (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
Dtest_modulegraph.py258 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")
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
Dmodulegraph.py298 def moduleInfoForPath(path): function
1096 for info in (moduleInfoForPath(p) for p in names):
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dmodulegraph.rst516 .. function:: moduleInfoForPath(path)