PyUnicodeUCS4_Format

Apply a argument tuple or dictionary to a format string and return the resulting Unicode string.

  1. PyObject* PyUnicodeUCS4_Format(PyObject* format, PyObject* args)
    version(!Python_3_3_Or_Later && !Python_Unicode_UCS2)
    extern (C)
    PyUnicodeUCS4_Format
  2. alias PyUnicode_Format = PyUnicodeUCS4_Format

Meta