Searched refs:_PyIO_str_write (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Modules/_io/ |
D | _iomodule.h | 171 extern PyObject *_PyIO_str_write;
|
D | _iomodule.c | 48 PyObject *_PyIO_str_write; variable 759 if (!(_PyIO_str_write = PyString_InternFromString("write"))) in init_io()
|
D | iobase.c | 692 res = PyObject_CallMethodObjArgs(self, _PyIO_str_write, line, NULL); in iobase_writelines()
|
D | bufferedio.c | 1725 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_write, memobj, NULL); in _bufferedwriter_raw_write()
|
D | textio.c | 1240 _PyIO_str_write, b, NULL); in _textiowrapper_writeflush()
|
/external/python/cpython3/Modules/_io/ |
D | _iomodule.h | 181 extern PyObject *_PyIO_str_write;
|
D | _iomodule.c | 53 PyObject *_PyIO_str_write = NULL; variable
|
D | iobase.c | 769 res = PyObject_CallMethodObjArgs(self, _PyIO_str_write, line, NULL); in _io__IOBase_writelines()
|
D | bufferedio.c | 1827 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_write, memobj, NULL); in _bufferedwriter_raw_write()
|
D | textio.c | 1508 _PyIO_str_write, b, NULL); in _textiowrapper_writeflush()
|
/external/python/cpython3/Tools/c-globals/ |
D | ignored-globals.txt | 457 _PyIO_str_write
|