Home
last modified time | relevance | path

Searched refs:PySequence_Repeat (Results 1 – 15 of 15) 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.c1904 PySequence_Repeat(PyObject *o, Py_ssize_t count) function
/external/python/cpython3/Doc/c-api/
Dsequence.rst33 .. c:function:: PyObject* PySequence_Repeat(PyObject *o, Py_ssize_t count)
Dtypeobj.rst1220 This function is used by :c:func:`PySequence_Repeat` and has the same
1267 will fall back to :c:func:`PySequence_Repeat`. It is also used by the
/external/python/cpython3/Include/
Dabstract.h858 PyAPI_FUNC(PyObject *) PySequence_Repeat(PyObject *o, Py_ssize_t count);
/external/python/cpython3/PC/
Dpython3.def520 PySequence_Repeat=python37.PySequence_Repeat
/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.rst34 .. c:function:: PyObject* PySequence_Repeat(PyObject *o, Py_ssize_t count)
Dtypeobj.rst1290 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"
/external/python/cpython3/Doc/data/
Drefcounts.dat1981 PySequence_Repeat:PyObject*::+1:
1982 PySequence_Repeat:PyObject*:o:0:
1983 PySequence_Repeat:Py_ssize_t:count::
/external/python/cpython3/Objects/
Dabstract.c1566 PySequence_Repeat(PyObject *o, Py_ssize_t count) in PySequence_Repeat() function