Searched refs:is_syntax (Results 1 – 4 of 4) sorted by relevance
49 def assertInvalid(self, str, symbol='single', is_syntax=1): argument55 self.assertTrue(is_syntax)57 self.assertTrue(not is_syntax)
1233 is_syntax = (var_token.token_type == tokenize.SYNTAX and1238 if is_syntax and not is_variable:1251 if is_syntax or (is_variable and not self._handling_typedef):
1223 is_syntax = (var_token.token_type == tokenize.SYNTAX and1228 if is_syntax and not is_variable:1241 if is_syntax or (is_variable and not self._handling_typedef):