Home
last modified time | relevance | path

Searched refs:_PyIO_str_encode (Results 1 – 7 of 7) 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.h160 extern PyObject *_PyIO_str_encode;
D_iomodule.c32 PyObject *_PyIO_str_encode = NULL; variable
Dtextio.c1573 _PyIO_str_encode, text, NULL); in _io_TextIOWrapper_write_impl()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt437 _PyIO_str_encode