Searched refs:_TOKENS (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/motemplate/
H A Dmotemplate.py761 _TOKENS = {} variable
771 _TOKENS[text] = self
854 _TOKENS.get(self._string[self._cursor:self._cursor+3]) or
855 _TOKENS.get(self._string[self._cursor:self._cursor+2]))

Completed in 117 milliseconds