Home
last modified time | relevance | path

Searched refs:PySys_FormatStdout (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dsysmodule.h21 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
/third_party/python/Doc/c-api/
Dsys.rst299 .. c:function:: void PySys_FormatStdout(const char *format, ...)
309 As :c:func:`PySys_FormatStdout`, but write to :data:`sys.stderr` or *stderr*
/third_party/python/PC/
Dpython3dll.c545 EXPORT_FUNC(PySys_FormatStdout)
/third_party/python/Doc/data/
Dstable_abi.dat595 function,PySys_FormatStdout,3.2,,
Drefcounts.dat2137 PySys_FormatStdout:void:::
2138 PySys_FormatStdout:const char*:format::
2139 PySys_FormatStdout::...::
/third_party/python/Python/
Dsysmodule.c3498 PySys_FormatStdout(const char *format, ...) in PySys_FormatStdout() function
/third_party/python/Misc/
Dstable_abi.toml1313 [function.PySys_FormatStdout]
DHISTORY12311 - Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() functions to
/third_party/python/patches/
Dcpython_mingw_v3.11.4.patch729 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);