Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c7204 #define SLOT0(FUNCNAME, DUNDER) \ macro
7455 SLOT0(slot_nb_negative, __neg__) in SLOT0() function
7520 SLOT0(slot_nb_invert, __invert__) in SLOT0() function
7569 SLOT0(slot_tp_str, __str__) in SLOT0() function
/external/python/cpython2/Objects/
Dtypeobject.c5018 #define SLOT0(FUNCNAME, OPSTR) \ macro