Home
last modified time | relevance | path

Searched refs:Try_type (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ast_state.h138 PyObject *Try_type; member
/third_party/python/Python/
H A DPython-ast.c151 Py_CLEAR(state->Try_type); in _PyAST_Fini()
1263 state->Try_type = make_type(state, "Try", state->stmt_type, Try_fields, 4, in init_types()
1265 if (!state->Try_type) return 0; in init_types()
4071 tp = (PyTypeObject *)state->Try_type; in ast2obj_stmt()
7456 tp = state->Try_type; in obj2ast_stmt()
11991 if (PyModule_AddObjectRef(m, "Try", state->Try_type) < 0) { in astmodule_exec()

Completed in 15 milliseconds