Home
last modified time | relevance | path

Searched refs:PySequence_Fast_ITEMS (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Include/
Dabstract.h1180 #define PySequence_Fast_ITEMS(sf) \ macro
/external/python/cpython3/Doc/c-api/
Dsequence.rst154 .. c:function:: PyObject** PySequence_Fast_ITEMS(PyObject *o)
/external/python/cpython3/Include/
Dabstract.h929 #define PySequence_Fast_ITEMS(sf) \ macro
/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc258 PyObject** l = PySequence_Fast_ITEMS(seq.get()); \
/external/python/cpython2/Doc/c-api/
Dsequence.rst193 .. c:function:: PyObject** PySequence_Fast_ITEMS(PyObject *o)
/external/python/cpython2/Objects/
Dlistobject.c647 vitem = PySequence_Fast_ITEMS(v_as_SF); in list_ass_slice()
834 src = PySequence_Fast_ITEMS(b); in listextend()
2735 seqitems = PySequence_Fast_ITEMS(seq); in list_ass_subscript()
Dbytearrayobject.c2626 items = PySequence_Fast_ITEMS(seq); in bytearray_join()
/external/python/cpython3/Objects/
Dlistobject.c610 vitem = PySequence_Fast_ITEMS(v_as_SF); in list_ass_slice()
857 src = PySequence_Fast_ITEMS(iterable); in list_extend()
2901 seqitems = PySequence_Fast_ITEMS(seq); in list_ass_subscript()
Dunicodeobject.c9909 items = PySequence_Fast_ITEMS(fseq); in PyUnicode_Join()
/external/python/cpython3/Doc/data/
Drefcounts.dat1949 PySequence_Fast_ITEMS:PyObject**:::
1950 PySequence_Fast_ITEMS:PyObject*:o:0:
/external/python/cpython2/Misc/
DHISTORY3610 - Added a new macro, PySequence_Fast_ITEMS, which retrieves a fast sequence's
/external/python/cpython3/Misc/
DHISTORY20994 - Added a new macro, PySequence_Fast_ITEMS, which retrieves a fast sequence's