Home
last modified time | relevance | path

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

/third_party/python/Lib/lib2to3/fixes/
Dfix_metaclass.py71 def fixup_simple_stmt(parent, i, stmt_node): argument
76 for semi_ind, node in enumerate(stmt_node.children):
85 while stmt_node.children[semi_ind:]:
86 move_node = stmt_node.children[semi_ind]
91 old_leaf1 = stmt_node.children[0].children[0]