Searched refs:nb_positive (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Objects/ |
D | typeslots.inc | 33 offsetof(PyHeapTypeObject, as_number.nb_positive),
|
D | abstract.c | 1212 if (m && m->nb_positive) in PyNumber_Positive() 1213 return (*m->nb_positive)(o); in PyNumber_Positive()
|
D | typeobject.c | 4977 COPYNUM(nb_positive); in inherit_slots() 6877 UNSLOT("__pos__", nb_positive, slot_nb_positive, wrap_unaryfunc, "+self"),
|
/external/python/cpython2/Include/ |
D | object.h | 236 unaryfunc nb_positive; member
|
/external/python/cpython3/Include/ |
D | object.h | 252 unaryfunc nb_positive; member
|
/external/python/cpython2/Objects/ |
D | abstract.c | 1432 if (m && m->nb_positive) 1433 return (*m->nb_positive)(o);
|
D | typeobject.c | 3965 COPYNUM(nb_positive); 6118 UNSLOT("__pos__", nb_positive, slot_nb_positive, wrap_unaryfunc, "+x"),
|
/external/python/cpython3/Doc/c-api/ |
D | typeobj.rst | 1104 unaryfunc nb_positive;
|
/external/python/cpython2/Doc/c-api/ |
D | typeobj.rst | 1162 unaryfunc nb_positive;
|