PyUnicodeUCS2_Format

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

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

Meta