Searched refs:newdfa (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/lib2to3/pgen2/ |
D | parse.py | 184 def push(self, type, newdfa, newstate, context): argument 189 self.stack.append((newdfa, 0, newnode))
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | parse.py | 184 def push(self, type, newdfa, newstate, context): argument 189 self.stack.append((newdfa, 0, newnode))
|