Home
last modified time | relevance | path

Searched refs:NBSLOT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dtypeobject.c5997 #undef NBSLOT
6016 #define NBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ macro
6113 NBSLOT("__pow__", nb_power, slot_nb_power, wrap_ternaryfunc,
6115 NBSLOT("__rpow__", nb_power, slot_nb_power, wrap_ternaryfunc_r,
6134 NBSLOT("__coerce__", nb_coerce, slot_nb_coerce, wrap_coercefunc,
6176 NBSLOT("__index__", nb_index, slot_nb_index, wrap_unaryfunc,
/external/python/cpython3/Objects/
Dtypeobject.c6749 #undef NBSLOT
6770 #define NBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ macro
6872 NBSLOT("__pow__", nb_power, slot_nb_power, wrap_ternaryfunc,
6874 NBSLOT("__rpow__", nb_power, slot_nb_power, wrap_ternaryfunc_r,
6925 NBSLOT("__index__", nb_index, slot_nb_index, wrap_unaryfunc,