Searched refs:nb_inplace_divide (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Include/ |
D | object.h | 255 binaryfunc nb_inplace_divide; member
|
/external/python/cpython2/Objects/ |
D | abstract.c | 1318 INPLACE_BINOP(PyNumber_InPlaceDivide, nb_inplace_divide, nb_divide, "/=")
|
D | typeobject.c | 3983 COPYNUM(nb_inplace_divide); 6152 IBSLOT("__idiv__", nb_inplace_divide, slot_nb_inplace_divide,
|
/external/python/cpython2/Doc/c-api/ |
D | typeobj.rst | 470 :attr:`nb_inplace_multiply`, :attr:`nb_inplace_divide`, 1182 binaryfunc nb_inplace_divide;
|
/external/python/cpython3/Misc/ |
D | HISTORY | 17280 * nb_divide, nb_inplace_divide 17364 - Removed these C slots/fields: nb_divide, nb_inplace_divide.
|