Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h48 PyObject *DictComp_type; member
/third_party/python/Python/
H A DPython-ast.c61 Py_CLEAR(state->DictComp_type); in _PyAST_Fini()
1384 state->DictComp_type = make_type(state, "DictComp", state->expr_type, in init_types()
1387 if (!state->DictComp_type) return 0; in init_types()
4422 tp = (PyTypeObject *)state->DictComp_type; in ast2obj_expr()
8844 tp = state->DictComp_type; in obj2ast_expr()
12057 if (PyModule_AddObjectRef(m, "DictComp", state->DictComp_type) < 0) { in astmodule_exec()

Completed in 15 milliseconds