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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 10 token_labels = token variable
66 if node.type == token_labels.NAME and node.name:
192 if name_leaf.type == token_labels.NAME:
197 if hasattr(token_labels, name_leaf.value):
198 new_node = MinNode(type=getattr(token_labels, name_leaf.value))
202 elif name_leaf.type == token_labels.STRING:
209 new_node = MinNode(type=token_labels.NAME, name=name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 10 token_labels = token variable
66 if node.type == token_labels.NAME and node.name:
192 if name_leaf.type == token_labels.NAME:
197 if hasattr(token_labels, name_leaf.value):
198 new_node = MinNode(type=getattr(token_labels, name_leaf.value))
202 elif name_leaf.type == token_labels.STRING:
209 new_node = MinNode(type=token_labels.NAME, name=name)

Completed in 1862 milliseconds