Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h251 PyObject *withitem_type; member
/third_party/python/Python/
H A DPython-ast.c264 Py_CLEAR(state->withitem_type); in _PyAST_Fini()
1771 state->withitem_type = make_type(state, "withitem", state->AST_type, in init_types()
1774 if (!state->withitem_type) return 0; in init_types()
1775 if (!add_attributes(state, state->withitem_type, NULL, 0)) return 0; in init_types()
1776 if (PyObject_SetAttr(state->withitem_type, state->optional_vars, Py_None) in init_types()
5211 tp = (PyTypeObject *)state->withitem_type; in ast2obj_withitem()
12246 if (PyModule_AddObjectRef(m, "withitem", state->withitem_type) < 0) { in astmodule_exec()

Completed in 15 milliseconds