Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/
Dtextio.c.h534 _io_TextIOWrapper_truncate_impl(textio *self, PyObject *pos);
550 return_value = _io_TextIOWrapper_truncate_impl(self, pos); in _io_TextIOWrapper_truncate()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dtextio.c2852 _io_TextIOWrapper_truncate_impl(textio *self, PyObject *pos) in _io_TextIOWrapper_truncate_impl() function