Home
last modified time | relevance | path

Searched refs:_PyIO_str_encode (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h152 extern PyObject *_PyIO_str_encode;
D_iomodule.c29 PyObject *_PyIO_str_encode; variable
723 if (!(_PyIO_str_encode = PyString_InternFromString("encode"))) in init_io()
Dtextio.c1303 _PyIO_str_encode, text, NULL); in textiowrapper_write()
/external/python/cpython3/Modules/_io/
D_iomodule.h162 extern PyObject *_PyIO_str_encode;
D_iomodule.c31 PyObject *_PyIO_str_encode = NULL; variable
Dtextio.c1672 b = PyObject_CallMethodOneArg(self->encoder, _PyIO_str_encode, text); in _io_TextIOWrapper_write_impl()
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt437 _PyIO_str_encode
DTODO173 Modules/_io/_iomodule.c:_PyIO_str_encode PyObject *_PyIO_str_encode
Dknown.tsv1453 Modules/_io/_iomodule.c - _PyIO_str_encode variable PyObject *_PyIO_str_encode