Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
D_iomodule.h169 extern PyObject *_PyIO_str_truncate;
D_iomodule.c46 PyObject *_PyIO_str_truncate; variable
757 if (!(_PyIO_str_truncate = PyString_InternFromString("truncate"))) in init_io()
Dbufferedio.c1159 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_truncate, pos, NULL); in buffered_truncate()
Dtextio.c2368 return PyObject_CallMethodObjArgs(self->buffer, _PyIO_str_truncate, pos, NULL); in textiowrapper_truncate()