Searched refs:SetComp_type (Results 1 – 2 of 2) sorted by relevance
128 PyObject *SetComp_type; member
141 Py_CLEAR(state->SetComp_type); in _PyAST_Fini()1380 state->SetComp_type = make_type(state, "SetComp", state->expr_type, in init_types()1383 if (!state->SetComp_type) return 0; in init_types()4406 tp = (PyTypeObject *)state->SetComp_type; in ast2obj_expr()8776 tp = state->SetComp_type; in obj2ast_expr()12054 if (PyModule_AddObjectRef(m, "SetComp", state->SetComp_type) < 0) { in astmodule_exec()