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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 53 self.pysyms = pygram.python_symbols
158 type = getattr(self.pysyms, value, None)
btm_utils.py 8 pysyms = python_symbols variable
200 new_node = MinNode(type=getattr(pysyms, name_leaf.value))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 53 self.pysyms = pygram.python_symbols
158 type = getattr(self.pysyms, value, None)
btm_utils.py 8 pysyms = python_symbols variable
200 new_node = MinNode(type=getattr(pysyms, name_leaf.value))

Completed in 241 milliseconds