Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c181 static char *IfExp_fields[]={ variable
750 IfExp_type = make_type("IfExp", expr_type, IfExp_fields, 3); in init_types()
/external/python/cpython3/Python/
DPython-ast.c220 static char *IfExp_fields[]={ variable
921 IfExp_type = make_type("IfExp", expr_type, IfExp_fields, 3); in init_types()