Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c253 static char *Subscript_fields[]={ variable
779 Subscript_type = make_type("Subscript", expr_type, Subscript_fields, 3); in init_types()
/external/python/cpython3/Python/
DPython-ast.c332 static char *Subscript_fields[]={ variable
966 Subscript_type = make_type("Subscript", expr_type, Subscript_fields, 3); in init_types()