HomeSort by relevance Sort by last modified time
    Searched refs:PyFile_NewStdPrinter (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Include/
fileobject.h 40 PyAPI_FUNC(PyObject *) PyFile_NewStdPrinter(int);
  /external/python/cpython3/Objects/
fileobject.c 336 PyFile_NewStdPrinter(int fd)
  /external/python/cpython3/Python/
pylifecycle.c 791 PyObject *pstderr = PyFile_NewStdPrinter(fileno(stderr));
    [all...]

Completed in 395 milliseconds