Home
last modified time | relevance | path

Searched refs:PySequence_InPlaceRepeat (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Include/
Dabstract.h1249 PyAPI_FUNC(PyObject *) PySequence_InPlaceRepeat(PyObject *o, Py_ssize_t count);
/external/python/cpython3/Doc/c-api/
Dsequence.rst46 .. c:function:: PyObject* PySequence_InPlaceRepeat(PyObject *o, Py_ssize_t count)
Dtypeobj.rst1264 This function is used by :c:func:`PySequence_InPlaceRepeat` and has the same
1266 may be left to *NULL*, in this case :c:func:`!PySequence_InPlaceRepeat`
/external/python/cpython3/Include/
Dabstract.h998 PyAPI_FUNC(PyObject *) PySequence_InPlaceRepeat(PyObject *o, Py_ssize_t count);
/external/python/cpython3/PC/
Dpython3.def516 PySequence_InPlaceRepeat=python37.PySequence_InPlaceRepeat
/external/python/cpython2/Doc/data/
Drefcounts.dat1179 PySequence_InPlaceRepeat:PyObject*::+1:
1180 PySequence_InPlaceRepeat:PyObject*:s:0:
1181 PySequence_InPlaceRepeat:PyObject*:o:0:
/external/python/cpython2/Doc/c-api/
Dsequence.rst51 .. c:function:: PyObject* PySequence_InPlaceRepeat(PyObject *o, Py_ssize_t count)
Dtypeobj.rst1326 This function is used by :c:func:`PySequence_InPlaceRepeat` and has the same
/external/python/cpython2/Modules/
Doperator.c124 spamoi(op_irepeat , PySequence_InPlaceRepeat) in spami()
/external/python/cpython2/PC/os2emx/
Dpython27.def106 "PySequence_InPlaceRepeat"
/external/python/cpython3/Doc/data/
Drefcounts.dat1973 PySequence_InPlaceRepeat:PyObject*::+1:
1974 PySequence_InPlaceRepeat:PyObject*:s:0:
1975 PySequence_InPlaceRepeat:PyObject*:o:0:
/external/python/cpython3/Objects/
Dabstract.c1621 PySequence_InPlaceRepeat(PyObject *o, Py_ssize_t count) in PySequence_InPlaceRepeat() function
/external/python/cpython2/Objects/
Dabstract.c1957 PySequence_InPlaceRepeat(PyObject *o, Py_ssize_t count) function