Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h175 PyObject *comprehension_type; member
/third_party/python/Python/
H A DPython-ast.c188 Py_CLEAR(state->comprehension_type); in _PyAST_Fini()
1697 state->comprehension_type = make_type(state, "comprehension", in init_types()
1701 if (!state->comprehension_type) return 0; in init_types()
1702 if (!add_attributes(state, state->comprehension_type, NULL, 0)) return 0; in init_types()
4871 tp = (PyTypeObject *)state->comprehension_type; in ast2obj_comprehension()
12222 if (PyModule_AddObjectRef(m, "comprehension", state->comprehension_type) < in astmodule_exec()

Completed in 15 milliseconds