Searched refs:_PyIO_str_truncate (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Modules/_io/ |
D | _iomodule.h | 169 extern PyObject *_PyIO_str_truncate;
|
D | _iomodule.c | 46 PyObject *_PyIO_str_truncate; variable 757 if (!(_PyIO_str_truncate = PyString_InternFromString("truncate"))) in init_io()
|
D | bufferedio.c | 1159 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_truncate, pos, NULL); in buffered_truncate()
|
D | textio.c | 2373 return PyObject_CallMethodObjArgs(self->buffer, _PyIO_str_truncate, pos, NULL); in textiowrapper_truncate()
|
/external/python/cpython3/Modules/_io/ |
D | _iomodule.h | 179 extern PyObject *_PyIO_str_truncate;
|
D | _iomodule.c | 51 PyObject *_PyIO_str_truncate = NULL; variable
|
D | bufferedio.c | 1335 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_truncate, pos, NULL); in _io__Buffered_truncate_impl()
|
D | textio.c | 2759 return PyObject_CallMethodObjArgs(self->buffer, _PyIO_str_truncate, pos, NULL); in _io_TextIOWrapper_truncate_impl()
|
/external/python/cpython3/Tools/c-globals/ |
D | ignored-globals.txt | 455 _PyIO_str_truncate
|