Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_io/
Dstringio.c357 stringio_truncate(stringio *self, PyObject *args) in stringio_truncate() function
829 {"truncate", (PyCFunction)stringio_truncate, METH_VARARGS, stringio_truncate_doc},