Home
last modified time | relevance | path

Searched refs:nb_negative (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Objects/
Dtypeslots.inc31 offsetof(PyHeapTypeObject, as_number.nb_negative),
Dabstract.c1257 if (m && m->nb_negative) in PyNumber_Negative()
1258 return (*m->nb_negative)(o); in PyNumber_Negative()
Dtypeobject.c5211 COPYNUM(nb_negative); in inherit_slots()
7208 UNSLOT("__neg__", nb_negative, slot_nb_negative, wrap_unaryfunc, "-self"),
/third_party/python/Include/cpython/
Dobject.h122 unaryfunc nb_negative; member
/third_party/python/Doc/c-api/
Dtypeobj.rst232 …| :c:member:`~PyNumberMethods.nb_negative` | :c:type:`unaryfunc` | __…
1985 unaryfunc nb_negative;
2042 .. c:member:: unaryfunc PyNumberMethods.nb_negative