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(PyNumberMethods, nb_negative), offsetof(PyTypeObject, tp_as_number)},
Dabstract.c1345 if (m && m->nb_negative) { in PyNumber_Negative()
1346 PyObject *res = (*m->nb_negative)(o); in PyNumber_Negative()
Dtypeobject.c5791 COPYNUM(nb_negative); in inherit_slots()
7991 UNSLOT("__neg__", nb_negative, slot_nb_negative, wrap_unaryfunc, "-self"),
/third_party/python/Include/cpython/
Dobject.h115 unaryfunc nb_negative; member
/third_party/python/Doc/c-api/
Dtypeobj.rst234 …| :c:member:`~PyNumberMethods.nb_negative` | :c:type:`unaryfunc` | __…
2101 unaryfunc nb_negative;
2158 .. c:member:: unaryfunc PyNumberMethods.nb_negative