Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dsysmodule.h21 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
/external/python/cpython3/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*
/external/python/cpython3/PC/
Dpython3dll.c534 EXPORT_FUNC(PySys_FormatStdout)
/external/python/cpython3/Doc/data/
Dstable_abi.dat577 function,PySys_FormatStdout,3.2,
Drefcounts.dat2137 PySys_FormatStdout:void:::
2138 PySys_FormatStdout:const char*:format::
2139 PySys_FormatStdout::...::
Dpython3.10.abi636 …<elf-symbol name='PySys_FormatStdout' type='func-type' binding='global-binding' visibility='defaul…
18252PySys_FormatStdout' mangled-name='PySys_FormatStdout' filepath='./Python/sysmodule.c' line='3335' …
/external/python/cpython3/Misc/
Dstable_abi.txt1221 function PySys_FormatStdout
DHISTORY12311 - Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() functions to
/external/python/cpython3/Python/
Dsysmodule.c3335 PySys_FormatStdout(const char *format, ...) in PySys_FormatStdout() function