Searched refs:parallel_walk (Results 1 – 3 of 3) sorted by relevance
198 for child_a, child_b in ast_util.parallel_walk(node, node):207 for child_a, child_b in ast_util.parallel_walk(node, node):227 for _ in ast_util.parallel_walk(node_1, node_2):233 for _ in ast_util.parallel_walk(node_1, node_3):
107 for before, after in ast_util.parallel_walk(nodes, reparsed_nodes):
279 def parallel_walk(node, other): function