Home
last modified time | relevance | path

Searched refs:function_def_rule (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Parser/
Dparser.c580 static stmt_ty function_def_rule(Parser *p);
2146 (function_def_var = function_def_rule(p)) // function_def in compound_stmt_rule()
8566 function_def_rule(Parser *p) in function_def_rule() function