_PyComplex_FormatAdvanced

Format the object based on the format_spec, as defined in PEP 3101 Availability: >= 2.6 (Advanced String Formatting).

  1. PyObject* _PyComplex_FormatAdvanced(PyObject* obj, Py_UNICODE* format_spec, Py_ssize_t format_spec_len)
  2. PyObject* _PyComplex_FormatAdvanced(PyObject* obj, char* format_spec, Py_ssize_t format_spec_len)
    version(!Python_3_0_Or_Later && Python_2_7_Or_Later)
    extern (C)
    _PyComplex_FormatAdvanced

Meta