Searched refs:nb_index (Results 1 – 18 of 18) sorted by relevance
/external/python/cpython3/Objects/ |
D | typeslots.inc | 14 offsetof(PyHeapTypeObject, as_number.nb_index),
|
D | abstract.c | 1272 result = item->ob_type->tp_as_number->nb_index(item); in PyNumber_Index()
|
D | typeobject.c | 5002 COPYNUM(nb_index); in inherit_slots() 6925 NBSLOT("__index__", nb_index, slot_nb_index, wrap_unaryfunc,
|
/external/python/cpython2/Include/ |
D | abstract.h | 851 (obj)->ob_type->tp_as_number->nb_index != NULL)
|
D | object.h | 272 unaryfunc nb_index; member
|
/external/python/cpython3/Include/ |
D | abstract.h | 715 (obj)->ob_type->tp_as_number->nb_index != NULL)
|
D | object.h | 281 unaryfunc nb_index; member
|
/external/python/cpython3/Doc/c-api/ |
D | number.rst | 281 Returns ``1`` if *o* is an index integer (has the nb_index slot of the
|
D | typeobj.rst | 1133 unaryfunc nb_index;
|
/external/python/cpython2/Doc/c-api/ |
D | number.rst | 319 Returns ``1`` if *o* is an index integer (has the nb_index slot of the
|
D | typeobj.rst | 1198 unaryfunc nb_index;
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6b1.rst | 192 delegate nb_index and the floor/truediv slots in weakref.proxy.
|
/external/python/cpython2/Objects/ |
D | abstract.c | 1500 result = item->ob_type->tp_as_number->nb_index(item);
|
D | typeobject.c | 3998 COPYNUM(nb_index); 6176 NBSLOT("__index__", nb_index, slot_nb_index, wrap_unaryfunc,
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.5.rst | 956 A corresponding :attr:`nb_index` slot was added to the C-level
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.5.rst | 957 A corresponding :attr:`nb_index` slot was added to the C-level
|
/external/python/cpython2/Misc/ |
D | HISTORY | 1094 nb_index slot to the PyNumberMethods struct. The slot is consulted instead
|
/external/python/cpython3/Misc/ |
D | HISTORY | 18478 nb_index slot to the PyNumberMethods struct. The slot is consulted instead
|