Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/
Dtest_graph.py333 result = graph.forw_dfs("1")
338 result = graph.forw_dfs("1", "1.2.1")
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
DGraph.py593 def forw_dfs(self, start, end=None): member in Graph