Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c105 static char *Raise_fields[]={ variable
713 Raise_type = make_type("Raise", stmt_type, Raise_fields, 3); in init_types()
/external/python/cpython3/Python/
DPython-ast.c141 static char *Raise_fields[]={ variable
888 Raise_type = make_type("Raise", stmt_type, Raise_fields, 2); in init_types()