Home
last modified time | relevance | path

Searched refs:sq_item (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
H A Dabstract.h176 /* Assume tp_as_sequence and sq_item exist and that 'i' does not
179 ( Py_TYPE(o)->tp_as_sequence->sq_item(o, i) )
H A Dobject.h112 ssizeargfunc sq_item; member
/third_party/python/Objects/
H A Dabstract.c163 if (ms && ms->sq_item) { in PyObject_GetItem()
1719 Py_TYPE(s)->tp_as_sequence->sq_item != NULL; in PySequence_Check()
1881 if (m && m->sq_item) { in PySequence_GetItem()
1892 PyObject *res = m->sq_item(s, i); in PySequence_GetItem()
H A Dtypeobject.c5934 COPYSEQ(sq_item); in inherit_slots()
8208 SQSLOT("__getitem__", sq_item, slot_sq_item, wrap_sq_item,
8706 slots compete for the same descriptor (for example both sq_item and
8715 for a type that defines both mp_subscript and sq_item, mp_subscript
/third_party/python/Python/
H A Dspecialize.c1163 if (PyLong_CheckExact(sub) && container_type->tp_as_sequence->sq_item) { in binary_subscr_fail_kind()

Completed in 19 milliseconds