Searched refs:BoolOp_type (Results 1 – 2 of 2) sorted by relevance
36 PyObject *BoolOp_type; member
50 Py_CLEAR(state->BoolOp_type); in _PyAST_Fini()1332 state->BoolOp_type = make_type(state, "BoolOp", state->expr_type, in init_types()1335 if (!state->BoolOp_type) return 0; in init_types()4182 tp = (PyTypeObject *)state->BoolOp_type; in ast2obj_expr()7919 tp = state->BoolOp_type; in obj2ast_expr()11717 if (PyModule_AddObjectRef(m, "BoolOp", state->BoolOp_type) < 0) { in astmodule_exec()