Searched refs:BitAnd_type (Results 1 – 2 of 2) sorted by relevance
31 PyObject *BitAnd_type; member
45 Py_CLEAR(state->BitAnd_type); in _PyAST_Fini()1574 state->BitAnd_type = make_type(state, "BitAnd", state->operator_type, NULL, in init_types()1577 if (!state->BitAnd_type) return 0; in init_types()1579 *)state->BitAnd_type, NULL, in init_types()9751 isinstance = PyObject_IsInstance(obj, state->BitAnd_type); in obj2ast_operator()11858 if (PyModule_AddObjectRef(m, "BitAnd", state->BitAnd_type) < 0) { in astmodule_exec()