Home
last modified time | relevance | path

Searched refs:PyFile_NewStdPrinter (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/cpython/
Dfileobject.h13 PyAPI_FUNC(PyObject *) PyFile_NewStdPrinter(int);
/external/python/cpython3/Objects/
Dfileobject.c341 PyFile_NewStdPrinter(int fd) in PyFile_NewStdPrinter() function
/external/python/cpython3/Python/
Dsysmodule.c2992 PyObject *pstderr = PyFile_NewStdPrinter(fileno(stderr)); in _PySys_SetPreliminaryStderr()