Home
last modified time | relevance | path

Searched refs:_PyIO_str_truncate (Results 1 – 9 of 9) 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.c2373 return PyObject_CallMethodObjArgs(self->buffer, _PyIO_str_truncate, pos, NULL); in textiowrapper_truncate()
/external/python/cpython3/Modules/_io/
D_iomodule.h179 extern PyObject *_PyIO_str_truncate;
D_iomodule.c51 PyObject *_PyIO_str_truncate = NULL; variable
Dbufferedio.c1335 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_truncate, pos, NULL); in _io__Buffered_truncate_impl()
Dtextio.c2759 return PyObject_CallMethodObjArgs(self->buffer, _PyIO_str_truncate, pos, NULL); in _io_TextIOWrapper_truncate_impl()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt455 _PyIO_str_truncate