Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfileobject.c810 file_truncate(PyFileObject *f, PyObject *args) in file_truncate() function
2123 {"truncate", (PyCFunction)file_truncate, METH_VARARGS, truncate_doc},