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(PyHeapTypeObject, as_number.nb_positive),
Dabstract.c1273 if (m && m->nb_positive) in PyNumber_Positive()
1274 return (*m->nb_positive)(o); in PyNumber_Positive()
Dtypeobject.c5212 COPYNUM(nb_positive); in inherit_slots()
7209 UNSLOT("__pos__", nb_positive, slot_nb_positive, wrap_unaryfunc, "+self"),
/third_party/python/Include/cpython/
Dobject.h123 unaryfunc nb_positive; member
/third_party/python/Doc/c-api/
Dtypeobj.rst234 …| :c:member:`~PyNumberMethods.nb_positive` | :c:type:`unaryfunc` | __…
1986 unaryfunc nb_positive;
2043 .. c:member:: unaryfunc PyNumberMethods.nb_positive