Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/clinic/
Dtextio.c.h242 {"write", (PyCFunction)_io_TextIOWrapper_write, METH_O, _io_TextIOWrapper_write__doc__},
248 _io_TextIOWrapper_write(textio *self, PyObject *arg) in _io_TextIOWrapper_write() function