Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeslots.inc28 {offsetof(PyNumberMethods, nb_invert), offsetof(PyTypeObject, tp_as_number)},
Dabstract.c1379 if (m && m->nb_invert) { in PyNumber_Invert()
1380 PyObject *res = (*m->nb_invert)(o); in PyNumber_Invert()
Dtypeobject.c5795 COPYNUM(nb_invert); in inherit_slots()
7997 UNSLOT("__invert__", nb_invert, slot_nb_invert, wrap_unaryfunc, "~self"),
/third_party/python/Include/cpython/
Dobject.h119 unaryfunc nb_invert; member
/third_party/python/Doc/c-api/
Dtypeobj.rst242 …| :c:member:`~PyNumberMethods.nb_invert` | :c:type:`unaryfunc` | __…
2105 unaryfunc nb_invert;
2162 .. c:member:: unaryfunc PyNumberMethods.nb_invert