PyUnicodeUCS4_AppendAndDel

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

version(!Python_3_3_Or_Later && !Python_Unicode_UCS2 && Python_3_0_Or_Later)
extern (C)
void
PyUnicodeUCS4_AppendAndDel

Parameters

pleft PyObject**

Pointer to left string Availability: 3.*

Meta