Home
last modified time | relevance | path

Searched refs:PySys_WriteStdout (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dsysmodule.h17 PyAPI_FUNC(void) PySys_WriteStdout(const char *format, ...)
/third_party/python/Doc/c-api/
Dsys.rst259 .. c:function:: void PySys_WriteStdout(const char *format, ...)
277 As :c:func:`PySys_WriteStdout`, but write to :data:`sys.stderr` or *stderr*
282 Function similar to PySys_WriteStdout() but format the message using
/third_party/python/Doc/data/
Dstable_abi.dat587 function,PySys_WriteStdout,3.2,
Drefcounts.dat2161 PySys_WriteStdout:void:::
2162 PySys_WriteStdout:const char*:format::
2163 PySys_WriteStdout::...::
/third_party/python/PC/
Dpython3dll.c544 EXPORT_FUNC(PySys_WriteStdout)
/third_party/python/Misc/
Dstable_abi.txt1239 function PySys_WriteStdout
DHISTORY12795 - Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute
29246 - New APIs PySys_WriteStdout() and PySys_WriteStderr() to write to
/third_party/python/Python/
Dsysmodule.c3292 PySys_WriteStdout(const char *format, ...) in PySys_WriteStdout() function