Home
last modified time | relevance | path

Searched refs:PySequence_Repeat (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/PC/os2vacpp/
Dpython.def355 PySequence_Repeat
/external/python/cpython2/Include/
Dabstract.h1077 PyAPI_FUNC(PyObject *) PySequence_Repeat(PyObject *o, Py_ssize_t count);
/external/python/cpython2/Objects/
Dstructseq.c330 result = PySequence_Repeat(tup, n); in structseq_repeat()
Dabstract.c1907 PySequence_Repeat(PyObject *o, Py_ssize_t count) function
/external/python/cpython2/Doc/data/
Drefcounts.dat1187 PySequence_Repeat:PyObject*::+1:
1188 PySequence_Repeat:PyObject*:o:0:
1189 PySequence_Repeat:int:count::
/external/python/cpython2/Doc/c-api/
Dsequence.rst35 .. c:function:: PyObject* PySequence_Repeat(PyObject *o, Py_ssize_t count)
Dtypeobj.rst1305 This function is used by :c:func:`PySequence_Repeat` and has the same
/external/python/cpython2/Modules/
Doperator.c122 spamoi(op_repeat , PySequence_Repeat) in spami()
/external/python/cpython2/PC/os2emx/
Dpython27.def104 "PySequence_Repeat"