Searched refs:_PyIO_str_truncate (Results 1 – 6 of 6) sorted by relevance
46 PyObject *_PyIO_str_truncate; variable757 if (!(_PyIO_str_truncate = PyString_InternFromString("truncate"))) in init_io()
169 extern PyObject *_PyIO_str_truncate;
1159 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_truncate, pos, NULL); in buffered_truncate()
2373 return PyObject_CallMethodObjArgs(self->buffer, _PyIO_str_truncate, pos, NULL); in textiowrapper_truncate()
148 Modules/_io/_iomodule.c:_PyIO_str_truncate PyObject *_PyIO_str_truncate
55 Modules/_io/_iomodule.h - _PyIO_str_truncate -