Searched refs:parallel_walk (Results 1 – 3 of 3) sorted by relevance
192 for child_a, child_b in ast_util.parallel_walk(node, node):201 for child_a, child_b in ast_util.parallel_walk(node, node):221 for _ in ast_util.parallel_walk(node_1, node_2):227 for _ in ast_util.parallel_walk(node_1, node_3):
111 for before, after in ast_util.parallel_walk(nodes, reparsed_nodes):
283 def parallel_walk(node, other): function