Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h57 PyObject *For_type; member
/third_party/python/Python/
DPython-ast.c71 Py_CLEAR(state->For_type); in _PyAST_Fini()
1210 state->For_type = make_type(state, "For", state->stmt_type, For_fields, 5, in init_types()
1212 if (!state->For_type) return 0; in init_types()
1213 if (PyObject_SetAttr(state->For_type, state->type_comment, Py_None) == -1) in init_types()
3847 tp = (PyTypeObject *)state->For_type; in ast2obj_stmt()
6488 tp = state->For_type; in obj2ast_stmt()
11660 if (PyModule_AddObjectRef(m, "For", state->For_type) < 0) { in astmodule_exec()