Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c41 static char *FunctionDef_fields[]={ variable
691 FunctionDef_fields, 4); in init_types()
/external/python/cpython3/Python/
DPython-ast.c41 static char *FunctionDef_fields[]={ variable
858 FunctionDef_type = make_type("FunctionDef", stmt_type, FunctionDef_fields, in init_types()