Searched refs:nb_divmod (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Include/cpython/ |
H A D | object.h | 70 binaryfunc nb_divmod; member
|
/third_party/python/Objects/ |
H A D | typeobject.c | 5885 COPYNUM(nb_divmod); in inherit_slots() 7433 SLOT1BIN(slot_nb_divmod, nb_divmod, __divmod__, __rdivmod__) 8116 BINSLOTNOTINFIX("__divmod__", nb_divmod, slot_nb_divmod, 8118 RBINSLOTNOTINFIX("__rdivmod__", nb_divmod, slot_nb_divmod,
|
H A D | abstract.c | 1068 BINARY_FUNC(PyNumber_Divmod, nb_divmod, "divmod()")
|
Completed in 23 milliseconds