Searched refs:buffered_flush (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/_io/ |
D | bufferedio.c | 773 buffered_flush(buffered *self, PyObject *args) in buffered_flush() function 1965 {"flush", (PyCFunction)buffered_flush, METH_NOARGS}, 2372 {"flush", (PyCFunction)buffered_flush, METH_NOARGS},
|
/external/python/cpython3/Modules/_io/ |
D | bufferedio.c | 828 buffered_flush(buffered *self, PyObject *args) in buffered_flush() function 2492 {"flush", (PyCFunction)buffered_flush, METH_NOARGS}, 2657 {"flush", (PyCFunction)buffered_flush, METH_NOARGS},
|