D | test_c_lexer.py | 22 def error_func(self, msg, line, column): member in TestCLexerNoErrors 38 self.clex = CLexer(self.error_func, lambda: None, lambda: None, 135 clex = CLexer(self.error_func, on_lbrace, on_rbrace, 406 def error_func(self, msg, line, column): member in TestCLexerErrors 419 self.clex = CLexer(self.error_func, self.on_lbrace_func,
|