PyUnicodeUCS4_AppendAndDel

Concat two strings, put the result in *pleft and drop the right object (sets *pleft to NULL on error)

  1. void PyUnicodeUCS4_AppendAndDel(PyObject** pleft, PyObject* right)
    version(Python_3_0_Or_Later)
    void
    PyUnicodeUCS4_AppendAndDel
  2. alias PyUnicode_AppendAndDel = PyUnicodeUCS4_AppendAndDel

Parameters

pleft
Type: PyObject**

Pointer to left string */ /// Availability: 3.

Meta