Searched refs:BitAnd_singleton (Results 1 – 2 of 2) sorted by relevance
308 *RShift_singleton, *BitOr_singleton, *BitXor_singleton, *BitAnd_singleton, variable881 BitAnd_singleton = PyType_GenericNew(BitAnd_type, NULL, NULL); in init_types()882 if (!BitAnd_singleton) return 0; in init_types()3068 Py_INCREF(BitAnd_singleton); in ast2obj_operator()3069 return BitAnd_singleton; in ast2obj_operator()
397 *BitAnd_singleton, *FloorDiv_singleton; variable1072 BitAnd_singleton = PyType_GenericNew(BitAnd_type, NULL, NULL); in init_types()1073 if (!BitAnd_singleton) return 0; in init_types()3615 Py_INCREF(BitAnd_singleton); in ast2obj_operator()3616 return BitAnd_singleton; in ast2obj_operator()