HomeSort by relevance Sort by last modified time
    Searched refs:current_ast_node (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_matcher.py 102 current_ast_node = leaf
103 while current_ast_node:
104 current_ast_node.was_checked = True
105 for child in current_ast_node.children:
108 current_ast_node.was_checked = False
110 if current_ast_node.type == 1:
112 node_token = current_ast_node.value
114 node_token = current_ast_node.type
122 results[fixer].append(current_ast_node)
127 if (current_ast_node.parent is not Non
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_matcher.py 102 current_ast_node = leaf
103 while current_ast_node:
104 current_ast_node.was_checked = True
105 for child in current_ast_node.children:
108 current_ast_node.was_checked = False
110 if current_ast_node.type == 1:
112 node_token = current_ast_node.value
114 node_token = current_ast_node.type
122 results[fixer].append(current_ast_node)
127 if (current_ast_node.parent is not Non
    [all...]

Completed in 41 milliseconds