Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfileobject.c310 } PyStdPrinter_Object; typedef
315 PyStdPrinter_Object *self; in stdprinter_new()
319 self = (PyStdPrinter_Object *) type->tp_alloc(type, 0); in stdprinter_new()
338 PyStdPrinter_Object *self; in PyFile_NewStdPrinter()
345 self = PyObject_New(PyStdPrinter_Object, in PyFile_NewStdPrinter()
354 stdprinter_write(PyStdPrinter_Object *self, PyObject *args) in stdprinter_write()
402 stdprinter_fileno(PyStdPrinter_Object *self) in stdprinter_fileno()
408 stdprinter_repr(PyStdPrinter_Object *self) in stdprinter_repr()
415 stdprinter_noop(PyStdPrinter_Object *self) in stdprinter_noop()
421 stdprinter_isatty(PyStdPrinter_Object *self) in stdprinter_isatty()
[all …]