Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/clinic/
Dfileio.c.h294 _io_FileIO_write_impl(fileio *self, Py_buffer *b);
309 return_value = _io_FileIO_write_impl(self, &b); in _io_FileIO_write()
/external/python/cpython3/Modules/_io/
Dfileio.c844 _io_FileIO_write_impl(fileio *self, Py_buffer *b) function