Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c55 static char *Return_fields[]={ variable
695 Return_type = make_type("Return", stmt_type, Return_fields, 1); in init_types()
/external/python/cpython3/Python/
DPython-ast.c68 static char *Return_fields[]={ variable
866 Return_type = make_type("Return", stmt_type, Return_fields, 1); in init_types()