Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c227 static char *Call_fields[]={ variable
769 Call_type = make_type("Call", expr_type, Call_fields, 5); in init_types()
/external/python/cpython3/Python/
DPython-ast.c282 static char *Call_fields[]={ variable
944 Call_type = make_type("Call", expr_type, Call_fields, 3); in init_types()