Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h144 PyObject *With_type; member
/third_party/python/Python/
DPython-ast.c158 Py_CLEAR(state->With_type); in _PyAST_Fini()
1229 state->With_type = make_type(state, "With", state->stmt_type, With_fields, in init_types()
1232 if (!state->With_type) return 0; in init_types()
1233 if (PyObject_SetAttr(state->With_type, state->type_comment, Py_None) == -1) in init_types()
3949 tp = (PyTypeObject *)state->With_type; in ast2obj_stmt()
6985 tp = state->With_type; in obj2ast_stmt()
11672 if (PyModule_AddObjectRef(m, "With", state->With_type) < 0) { in astmodule_exec()