Searched refs:PySys_FormatStdout (Results 1 – 9 of 9) sorted by relevance
21 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
280 .. c:function:: void PySys_FormatStdout(const char *format, ...)290 As :c:func:`PySys_FormatStdout`, but write to :data:`sys.stderr` or *stderr*
577 function,PySys_FormatStdout,3.2,
2137 PySys_FormatStdout:void:::2138 PySys_FormatStdout:const char*:format::2139 PySys_FormatStdout::...::
534 EXPORT_FUNC(PySys_FormatStdout)
1221 function PySys_FormatStdout
12311 - Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() functions to
3379 PySys_FormatStdout(const char *format, ...) in PySys_FormatStdout() function
604 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);