Searched refs:_PyPegen_class_def_decorators (Results 1 – 4 of 4) sorted by relevance
257 stmt_ty _PyPegen_class_def_decorators(Parser *, asdl_seq *, stmt_ty);
1937 _PyPegen_class_def_decorators(Parser *p, asdl_seq *decorators, stmt_ty class_def) in _PyPegen_class_def_decorators() function
6129 _res = _PyPegen_class_def_decorators ( p , a , b ); in class_def_rule()
290 | a=decorators b=class_def_raw { _PyPegen_class_def_decorators(p, a, b) }