Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dobject.h72 unaryfunc nb_negative; member
/third_party/python/Objects/
H A Dabstract.c1334 if (m && m->nb_negative) { in PyNumber_Negative()
1335 PyObject *res = (*m->nb_negative)(o); in PyNumber_Negative()
H A Dtypeobject.c5887 COPYNUM(nb_negative); in inherit_slots()
8124 UNSLOT("__neg__", nb_negative, slot_nb_negative, wrap_unaryfunc, "-self"),

Completed in 16 milliseconds