Searched refs:buffered_truncate (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/_io/ |
D | bufferedio.c | 1140 buffered_truncate(buffered *self, PyObject *args) in buffered_truncate() function 1575 {"truncate", (PyCFunction)buffered_truncate, METH_VARARGS}, 1964 {"truncate", (PyCFunction)buffered_truncate, METH_VARARGS}, 2376 {"truncate", (PyCFunction)buffered_truncate, METH_VARARGS},
|