Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
DPython-ast.c148 static char *Try_fields[]={ variable
890 Try_type = make_type("Try", stmt_type, Try_fields, 4); in init_types()