Searched refs:nb_inplace_remainder (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Objects/ |
D | typeslots.inc | 22 {offsetof(PyNumberMethods, nb_inplace_remainder), offsetof(PyTypeObject, tp_as_number)},
|
D | abstract.c | 1323 return binary_iop(v, w, NB_SLOT(nb_inplace_remainder), in PyNumber_InPlaceRemainder()
|
D | typeobject.c | 5806 COPYNUM(nb_inplace_remainder); in inherit_slots() 8018 IBSLOT("__imod__", nb_inplace_remainder, slot_nb_inplace_remainder,
|
/third_party/python/Include/cpython/ |
D | object.h | 132 binaryfunc nb_inplace_remainder; member
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 224 …| :c:member:`~PyNumberMethods.nb_inplace_remainder` | :c:type:`binaryfunc` | __… 2118 binaryfunc nb_inplace_remainder; 2174 .. c:member:: binaryfunc PyNumberMethods.nb_inplace_remainder
|