Searched refs:PySequence_InPlaceConcat (Results 1 – 9 of 9) sorted by relevance
771 PyAPI_FUNC(PyObject *) PySequence_InPlaceConcat(PyObject *o1, PyObject *o2);
39 .. c:function:: PyObject* PySequence_InPlaceConcat(PyObject *o1, PyObject *o2)
2290 This function is used by :c:func:`PySequence_InPlaceConcat` and has the same2292 may be left to ``NULL``, in this case :c:func:`!PySequence_InPlaceConcat`
538 function,PySequence_InPlaceConcat,3.2,
1978 PySequence_InPlaceConcat:PyObject*::+1:1979 PySequence_InPlaceConcat:PyObject*:s:0:1980 PySequence_InPlaceConcat:PyObject*:o:0:
502 EXPORT_FUNC(PySequence_InPlaceConcat)
470 return PySequence_InPlaceConcat(a, b); in _operator_iconcat_impl()
1157 function PySequence_InPlaceConcat
1818 PySequence_InPlaceConcat(PyObject *s, PyObject *o) in PySequence_InPlaceConcat() function