Searched refs:expected_token_type (Results 1 – 1 of 1) sorted by relevance
849 def _GetTokensUpTo(self, expected_token_type, expected_token): argument850 return self._GetVarTokensUpTo(expected_token_type, expected_token)[0]852 def _GetVarTokensUpTo(self, expected_token_type, *expected_tokens): argument855 while (last_token.token_type != expected_token_type or