Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/clinic/
Dtextio.c.h370 _io_TextIOWrapper_truncate_impl(textio *self, PyObject *pos);
383 return_value = _io_TextIOWrapper_truncate_impl(self, pos); in _io_TextIOWrapper_truncate()
/external/python/cpython3/Modules/_io/
Dtextio.c2747 _io_TextIOWrapper_truncate_impl(textio *self, PyObject *pos) in _io_TextIOWrapper_truncate_impl() function