Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeslots.inc33 {offsetof(PyNumberMethods, nb_positive), offsetof(PyTypeObject, tp_as_number)},
Dabstract.c1362 if (m && m->nb_positive) { in PyNumber_Positive()
1363 PyObject *res = (*m->nb_positive)(o); in PyNumber_Positive()
Dtypeobject.c5792 COPYNUM(nb_positive); in inherit_slots()
7992 UNSLOT("__pos__", nb_positive, slot_nb_positive, wrap_unaryfunc, "+self"),
/third_party/python/Include/cpython/
Dobject.h116 unaryfunc nb_positive; member
/third_party/python/Doc/c-api/
Dtypeobj.rst236 …| :c:member:`~PyNumberMethods.nb_positive` | :c:type:`unaryfunc` | __…
2102 unaryfunc nb_positive;
2159 .. c:member:: unaryfunc PyNumberMethods.nb_positive