Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h54 PyObject *ExceptHandler_type; member
/third_party/python/Python/
H A DPython-ast.c67 Py_CLEAR(state->ExceptHandler_type); in _PyAST_Fini()
1715 state->ExceptHandler_type = make_type(state, "ExceptHandler", in init_types()
1719 if (!state->ExceptHandler_type) return 0; in init_types()
1720 if (PyObject_SetAttr(state->ExceptHandler_type, state->type, Py_None) == -1) in init_types()
1722 if (PyObject_SetAttr(state->ExceptHandler_type, state->name, Py_None) == -1) in init_types()
4918 tp = (PyTypeObject *)state->ExceptHandler_type; in ast2obj_excepthandler()
10403 tp = state->ExceptHandler_type; in obj2ast_excepthandler()
12230 if (PyModule_AddObjectRef(m, "ExceptHandler", state->ExceptHandler_type) < in astmodule_exec()

Completed in 24 milliseconds