Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c27 static char *Expression_fields[]={ variable
682 Expression_type = make_type("Expression", mod_type, Expression_fields, in init_types()
/external/python/cpython3/Python/
DPython-ast.c21 static char *Expression_fields[]={ variable
851 Expression_type = make_type("Expression", mod_type, Expression_fields, 1); in init_types()