Home | History | Annotate | Download | only in _io

Lines Matching refs:_PyIO_str_flush

1337     PyObject *res = PyObject_CallMethodObjArgs((PyObject *)self, _PyIO_str_flush, NULL);
1476 res = PyObject_CallMethodObjArgs((PyObject *)self, _PyIO_str_flush, NULL);
1606 ret = PyObject_CallMethodObjArgs(self->buffer, _PyIO_str_flush, NULL);
2420 res = PyObject_CallMethodObjArgs((PyObject *)self, _PyIO_str_flush, NULL);
2754 res = PyObject_CallMethodObjArgs((PyObject *) self, _PyIO_str_flush, NULL);