Home
last modified time | relevance | path

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

/third_party/python/Include/
Dabstract.h777 PyAPI_FUNC(PyObject *) PySequence_InPlaceRepeat(PyObject *o, Py_ssize_t count);
/third_party/python/Doc/c-api/
Dsequence.rst46 .. c:function:: PyObject* PySequence_InPlaceRepeat(PyObject *o, Py_ssize_t count)
Dtypeobj.rst2299 This function is used by :c:func:`PySequence_InPlaceRepeat` and has the same
2301 may be left to ``NULL``, in this case :c:func:`!PySequence_InPlaceRepeat`
/third_party/python/Doc/data/
Dstable_abi.dat539 function,PySequence_InPlaceRepeat,3.2,
Drefcounts.dat1982 PySequence_InPlaceRepeat:PyObject*::+1:
1983 PySequence_InPlaceRepeat:PyObject*:s:0:
1984 PySequence_InPlaceRepeat:PyObject*:o:0:
/third_party/python/PC/
Dpython3dll.c503 EXPORT_FUNC(PySequence_InPlaceRepeat)
/third_party/python/Misc/
Dstable_abi.txt1159 function PySequence_InPlaceRepeat
/third_party/python/Objects/
Dabstract.c1847 PySequence_InPlaceRepeat(PyObject *o, Py_ssize_t count) in PySequence_InPlaceRepeat() function