Home
last modified time | relevance | path

Searched defs:SLOT0 (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dtypeobject.c9106 #define SLOT0(FUNCNAME, DUNDER) \ macro
9357 SLOT0(slot_nb_negative, __neg__) in SLOT0() function
9422 SLOT0(slot_nb_invert, __invert__) in SLOT0() function
9471 SLOT0(slot_tp_str, __str__) in SLOT0() function