Searched refs:NBSLOT (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | typeobject.c | 5997 #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/ |
D | typeobject.c | 7081 #undef NBSLOT 7102 #define NBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ macro 7204 NBSLOT("__pow__", nb_power, slot_nb_power, wrap_ternaryfunc, 7206 NBSLOT("__rpow__", nb_power, slot_nb_power, wrap_ternaryfunc_r, 7257 NBSLOT("__index__", nb_index, slot_nb_index, wrap_unaryfunc,
|