Searched refs:PySequence_InPlaceConcat (Results 1 – 14 of 14) sorted by relevance
1240 PyAPI_FUNC(PyObject *) PySequence_InPlaceConcat(PyObject *o1, PyObject *o2);
39 .. c:function:: PyObject* PySequence_InPlaceConcat(PyObject *o1, PyObject *o2)
1255 This function is used by :c:func:`PySequence_InPlaceConcat` and has the same1257 may be left to *NULL*, in this case :c:func:`!PySequence_InPlaceConcat`
992 PyAPI_FUNC(PyObject *) PySequence_InPlaceConcat(PyObject *o1, PyObject *o2);
515 PySequence_InPlaceConcat=python37.PySequence_InPlaceConcat
1175 PySequence_InPlaceConcat:PyObject*::+1:1176 PySequence_InPlaceConcat:PyObject*:s:0:1177 PySequence_InPlaceConcat:PyObject*:o:0:
44 .. c:function:: PyObject* PySequence_InPlaceConcat(PyObject *o1, PyObject *o2)
1321 This function is used by :c:func:`PySequence_InPlaceConcat` and has the same
123 spam2(op_iconcat , PySequence_InPlaceConcat) in spami()
105 "PySequence_InPlaceConcat"
457 return PySequence_InPlaceConcat(a, b); in _operator_iconcat_impl()
1969 PySequence_InPlaceConcat:PyObject*::+1:1970 PySequence_InPlaceConcat:PyObject*:s:0:1971 PySequence_InPlaceConcat:PyObject*:o:0:
1596 PySequence_InPlaceConcat(PyObject *s, PyObject *o) in PySequence_InPlaceConcat() function
1933 PySequence_InPlaceConcat(PyObject *s, PyObject *o) function