PyUnicode_Format

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

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

Meta