Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/lib2to3/pgen2/
Dparse.py184 def push(self, type, newdfa, newstate, context): argument
189 self.stack.append((newdfa, 0, newnode))
/external/python/cpython2/Lib/lib2to3/pgen2/
Dparse.py184 def push(self, type, newdfa, newstate, context): argument
189 self.stack.append((newdfa, 0, newnode))