Searched refs:nb_negative (Results 1 – 5 of 5) sorted by relevance
31 {offsetof(PyNumberMethods, nb_negative), offsetof(PyTypeObject, tp_as_number)},
1345 if (m && m->nb_negative) { in PyNumber_Negative()1346 PyObject *res = (*m->nb_negative)(o); in PyNumber_Negative()
5791 COPYNUM(nb_negative); in inherit_slots()7991 UNSLOT("__neg__", nb_negative, slot_nb_negative, wrap_unaryfunc, "-self"),
115 unaryfunc nb_negative; member
234 …| :c:member:`~PyNumberMethods.nb_negative` | :c:type:`unaryfunc` | __…2101 unaryfunc nb_negative;2158 .. c:member:: unaryfunc PyNumberMethods.nb_negative