Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/
Dparser.c2142 stmt_ty function_def_var; in compound_stmt_rule() local
2146 (function_def_var = function_def_rule(p)) // function_def in compound_stmt_rule()
2150 _res = function_def_var; in compound_stmt_rule()