Searched refs:_io_TextIOWrapper_write_impl (Results 1 – 2 of 2) sorted by relevance
751 _io_TextIOWrapper_write_impl(textio *self, PyObject *text);765 return_value = _io_TextIOWrapper_write_impl(self, text); in _io_TextIOWrapper_write()
1646 _io_TextIOWrapper_write_impl(textio *self, PyObject *text) in _io_TextIOWrapper_write_impl() function