Home
last modified time | relevance | path

Searched refs:_PyIO_str_setstate (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h167 extern PyObject *_PyIO_str_setstate;
D_iomodule.c44 PyObject *_PyIO_str_setstate; variable
753 if (!(_PyIO_str_setstate = PyString_InternFromString("setstate"))) in init_io()
Dtextio.c1061 res = PyObject_CallMethodObjArgs(self->encoder, _PyIO_str_setstate, in textiowrapper_init()
1998 res = PyObject_CallMethodObjArgs(self->encoder, _PyIO_str_setstate, in _textiowrapper_encoder_setstate()
/external/python/cpython3/Modules/_io/
D_iomodule.h177 extern PyObject *_PyIO_str_setstate;
D_iomodule.c49 PyObject *_PyIO_str_setstate = NULL; variable
Dtextio.c972 self->encoder, _PyIO_str_setstate, _PyLong_Zero, NULL); in _textiowrapper_fix_encoder_state()
2301 res = PyObject_CallMethodObjArgs(self->encoder, _PyIO_str_setstate, in _textiowrapper_encoder_reset()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt453 _PyIO_str_setstate