Searched refs:PySys_FormatStdout (Results 1 – 7 of 7) sorted by relevance
25 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
348 PySys_FormatStdout("%S\n", res); in dump_config_impl()
253 .. c:function:: void PySys_FormatStdout(const char *format, ...)263 As :c:func:`PySys_FormatStdout`, but write to :data:`sys.stderr` or *stderr*
554 PySys_FormatStdout=python37.PySys_FormatStdout
2128 PySys_FormatStdout:void:::2129 PySys_FormatStdout:const char*:format::2130 PySys_FormatStdout::...::
2784 PySys_FormatStdout(const char *format, ...) in PySys_FormatStdout() function
12311 - Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() functions to