Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfileobject.c354 stdprinter_write(PyStdPrinter_Object *self, PyObject *args) in stdprinter_write() function
440 {"write", (PyCFunction)stdprinter_write, METH_VARARGS, ""},