Searched refs:_io_TextIOWrapper_truncate_impl (Results 1 – 2 of 2) sorted by relevance
370 _io_TextIOWrapper_truncate_impl(textio *self, PyObject *pos);383 return_value = _io_TextIOWrapper_truncate_impl(self, pos); in _io_TextIOWrapper_truncate()
2747 _io_TextIOWrapper_truncate_impl(textio *self, PyObject *pos) in _io_TextIOWrapper_truncate_impl() function