Searched defs:NBSLOT (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
H A Dtypeobject.c5934 #undef NBSLOT macro
5953 #define NBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ macro
6050 NBSLOT("__pow__", nb_power, slot_nb_power, wrap_ternaryfunc,
6052 NBSLOT("__rpow__", nb_power, slot_nb_power, wrap_ternaryfunc_r,
6071 NBSLOT("__coerce__", nb_coerce, slot_nb_coerce, wrap_coercefunc,
6113 NBSLOT("__index__", nb_index, slot_nb_index, wrap_unaryfunc,
/external/python/cpython3/Objects/
H A Dtypeobject.c6508 #undef NBSLOT macro
6529 #define NBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ macro
6631 NBSLOT("__pow__", nb_power, slot_nb_power, wrap_ternaryfunc,
6633 NBSLOT("__rpow__", nb_power, slot_nb_power, wrap_ternaryfunc_r,
6684 NBSLOT("__index__", nb_index, slot_nb_index, wrap_unaryfunc,

Completed in 158 milliseconds