Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dobject.h73 unaryfunc nb_positive; member
/third_party/python/Objects/
H A Dabstract.c1351 if (m && m->nb_positive) { in PyNumber_Positive()
1352 PyObject *res = (*m->nb_positive)(o); in PyNumber_Positive()
H A Dtypeobject.c5888 COPYNUM(nb_positive); in inherit_slots()
8125 UNSLOT("__pos__", nb_positive, slot_nb_positive, wrap_unaryfunc, "+self"),

Completed in 16 milliseconds