Searched refs:BinOp_type (Results 1 – 2 of 2) sorted by relevance
29 PyObject *BinOp_type; member
43 Py_CLEAR(state->BinOp_type); in _PyAST_Fini()1340 state->BinOp_type = make_type(state, "BinOp", state->expr_type, in init_types()1343 if (!state->BinOp_type) return 0; in init_types()4213 tp = (PyTypeObject *)state->BinOp_type; in ast2obj_expr()8035 tp = state->BinOp_type; in obj2ast_expr()11723 if (PyModule_AddObjectRef(m, "BinOp", state->BinOp_type) < 0) { in astmodule_exec()