Home
last modified time | relevance | path

Searched refs:_PyIO_str_write (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h171 extern PyObject *_PyIO_str_write;
D_iomodule.c48 PyObject *_PyIO_str_write; variable
759 if (!(_PyIO_str_write = PyString_InternFromString("write"))) in init_io()
Diobase.c692 res = PyObject_CallMethodObjArgs(self, _PyIO_str_write, line, NULL); in iobase_writelines()
Dbufferedio.c1725 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_write, memobj, NULL); in _bufferedwriter_raw_write()
Dtextio.c1240 _PyIO_str_write, b, NULL); in _textiowrapper_writeflush()
/external/python/cpython3/Modules/_io/
D_iomodule.h181 extern PyObject *_PyIO_str_write;
D_iomodule.c53 PyObject *_PyIO_str_write = NULL; variable
Diobase.c769 res = PyObject_CallMethodObjArgs(self, _PyIO_str_write, line, NULL); in _io__IOBase_writelines()
Dbufferedio.c1827 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_write, memobj, NULL); in _bufferedwriter_raw_write()
Dtextio.c1508 _PyIO_str_write, b, NULL); in _textiowrapper_writeflush()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt457 _PyIO_str_write