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.rst280 .. c:function:: void PySys_FormatStdout(const char *format, ...)
290 As :c:func:`PySys_FormatStdout`, but write to :data:`sys.stderr` or *stderr*
/third_party/python/Doc/data/
Dstable_abi.dat577 function,PySys_FormatStdout,3.2,
Drefcounts.dat2137 PySys_FormatStdout:void:::
2138 PySys_FormatStdout:const char*:format::
2139 PySys_FormatStdout::...::
/third_party/python/PC/
Dpython3dll.c534 EXPORT_FUNC(PySys_FormatStdout)
/third_party/python/Misc/
Dstable_abi.txt1221 function PySys_FormatStdout
DHISTORY12311 - Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() functions to
/third_party/python/Python/
Dsysmodule.c3379 PySys_FormatStdout(const char *format, ...) in PySys_FormatStdout() function
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch604 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);