Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dbytesio.c436 bytesio_truncate(bytesio *self, PyObject *args) in bytesio_truncate() function
857 {"truncate", (PyCFunction)bytesio_truncate, METH_VARARGS, truncate_doc},