Searched refs:nb_and (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Objects/ |
H A D | boolobject.c | 78 return PyLong_Type.tp_as_number->nb_and(a, b); in bool_and() 123 bool_and, /* nb_and */
|
H A D | abstract.c | 1064 BINARY_FUNC(PyNumber_And, nb_and, "&") 1249 INPLACE_BINOP(PyNumber_InPlaceAnd, nb_inplace_and, nb_and, "&=")
|
H A D | typeobject.c | 5894 COPYNUM(nb_and); in inherit_slots() 7523 SLOT1BIN(slot_nb_and, nb_and, __and__, __rand__) 8135 BINSLOT("__and__", nb_and, slot_nb_and, "&"), 8136 RBINSLOT("__rand__", nb_and, slot_nb_and, "&"),
|
/third_party/python/Include/cpython/ |
H A D | object.h | 79 binaryfunc nb_and; member
|
Completed in 19 milliseconds