Searched refs:IfExp_type (Results 1 – 2 of 2) sorted by relevance
67 PyObject *IfExp_type; member
81 Py_CLEAR(state->IfExp_type); in _PyAST_Fini()1352 state->IfExp_type = make_type(state, "IfExp", state->expr_type, in init_types()1355 if (!state->IfExp_type) return 0; in init_types()4263 tp = (PyTypeObject *)state->IfExp_type; in ast2obj_expr()8197 tp = state->IfExp_type; in obj2ast_expr()11732 if (PyModule_AddObjectRef(m, "IfExp", state->IfExp_type) < 0) { in astmodule_exec()