Searched refs:excepthandler_type (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_ast_state.h | 186 PyObject *excepthandler_type; member
|
/third_party/python/Python/ |
H A D | Python-ast.c | 199 Py_CLEAR(state->excepthandler_type); in _PyAST_Fini() 1703 state->excepthandler_type = make_type(state, "excepthandler", in init_types() 1706 if (!state->excepthandler_type) return 0; in init_types() 1707 if (!add_attributes(state, state->excepthandler_type, in init_types() 1709 if (PyObject_SetAttr(state->excepthandler_type, state->end_lineno, Py_None) in init_types() 1712 if (PyObject_SetAttr(state->excepthandler_type, state->end_col_offset, in init_types() 1716 state->excepthandler_type, in init_types() 12226 if (PyModule_AddObjectRef(m, "excepthandler", state->excepthandler_type) < in astmodule_exec()
|
Completed in 17 milliseconds