Searched refs:_PyIO_str_encode (Results 1 – 5 of 5) sorted by relevance
29 PyObject *_PyIO_str_encode; variable723 if (!(_PyIO_str_encode = PyString_InternFromString("encode"))) in init_io()
152 extern PyObject *_PyIO_str_encode;
1303 _PyIO_str_encode, text, NULL); in textiowrapper_write()
129 Modules/_io/_iomodule.c:_PyIO_str_encode PyObject *_PyIO_str_encode
36 Modules/_io/_iomodule.h - _PyIO_str_encode -