Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfileobject.c415 stdprinter_noop(PyStdPrinter_Object *self) in stdprinter_noop() function
436 {"close", (PyCFunction)stdprinter_noop, METH_NOARGS, ""},
437 {"flush", (PyCFunction)stdprinter_noop, METH_NOARGS, ""},