Home
last modified time | relevance | path

Searched refs:nb_invert (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
H A Dobject.h76 unaryfunc nb_invert; member
/third_party/python/Objects/
H A Dabstract.c1368 if (m && m->nb_invert) { in PyNumber_Invert()
1369 PyObject *res = (*m->nb_invert)(o); in PyNumber_Invert()
H A Dtypeobject.c5891 COPYNUM(nb_invert); in inherit_slots()
8130 UNSLOT("__invert__", nb_invert, slot_nb_invert, wrap_unaryfunc, "~self"),

Completed in 16 milliseconds