Home
last modified time | relevance | path

Searched refs:PyStdPrinter_Object (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dfileobject.c326 } PyStdPrinter_Object; typedef
331 PyStdPrinter_Object *self; in PyFile_NewStdPrinter()
338 self = PyObject_New(PyStdPrinter_Object, in PyFile_NewStdPrinter()
347 stdprinter_write(PyStdPrinter_Object *self, PyObject *args) in stdprinter_write()
399 stdprinter_fileno(PyStdPrinter_Object *self, PyObject *Py_UNUSED(ignored)) in stdprinter_fileno()
405 stdprinter_repr(PyStdPrinter_Object *self) in stdprinter_repr()
412 stdprinter_noop(PyStdPrinter_Object *self, PyObject *Py_UNUSED(ignored)) in stdprinter_noop()
418 stdprinter_isatty(PyStdPrinter_Object *self, PyObject *Py_UNUSED(ignored)) in stdprinter_isatty()
442 get_closed(PyStdPrinter_Object *self, void *closure) in get_closed()
448 get_mode(PyStdPrinter_Object *self, void *closure) in get_mode()
[all …]
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch3439 @@ -423,7 +424,7 @@ stdprinter_isatty(PyStdPrinter_Object *self, PyObject *Py_UNUSED(ignored))