Searched defs:IO_truncate (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
H A DcStringIO.c309 IO_truncate(IOobject *self, PyObject *args) { function
522 {"truncate", (PyCFunction)IO_truncate, METH_VARARGS, IO_truncate__doc__},
629 {"truncate", (PyCFunction)IO_truncate, METH_VARARGS, IO_truncate__doc__},

Completed in 128 milliseconds