Home
last modified time | relevance | path

Searched refs:_code_to_file (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
Dtest_modulegraph.py154 code = modulegraph._code_to_file.__code__
156 code = modulegraph._code_to_file.func_code
158 data = modulegraph._code_to_file(code)
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
Dmodulegraph.py144 def _code_to_file(co): function
240 fp = _code_to_file(co)