Home | History | Annotate | Download | only in compiler

Lines Matching refs:_dispatch

105         self._dispatch = {}
108 self._dispatch[value] = getattr(self, name)
109 self._dispatch[token.NEWLINE] = self.com_NEWLINE
798 return self._dispatch[node[0]]
805 return self._dispatch[node[0]](node[1:])