Searched defs:on_rbrace_func (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/pycparser/tests/ | ||
D | test_c_lexer.py | 28 def on_rbrace_func(self): member in TestCLexerNoErrors |
/aosp_15_r20/external/python/pycparser/pycparser/ | ||
D | c_lexer.py | 25 def __init__(self, error_func, on_lbrace_func, on_rbrace_func, argument |