Searched refs:PySys_FormatStdout (Results 1 – 9 of 9) sorted by relevance
21 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
299 .. c:function:: void PySys_FormatStdout(const char *format, ...)309 As :c:func:`PySys_FormatStdout`, but write to :data:`sys.stderr` or *stderr*
545 EXPORT_FUNC(PySys_FormatStdout)
595 function,PySys_FormatStdout,3.2,,
2137 PySys_FormatStdout:void:::2138 PySys_FormatStdout:const char*:format::2139 PySys_FormatStdout::...::
3498 PySys_FormatStdout(const char *format, ...) in PySys_FormatStdout() function
1313 [function.PySys_FormatStdout]
12311 - Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() functions to
729 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);