Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_io/
D_iomodule.c44 PyObject *_PyIO_str_setstate; variable
753 if (!(_PyIO_str_setstate = PyString_InternFromString("setstate"))) in init_io()
D_iomodule.h167 extern PyObject *_PyIO_str_setstate;
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()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO146 Modules/_io/_iomodule.c:_PyIO_str_setstate PyObject *_PyIO_str_setstate
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv53 Modules/_io/_iomodule.h - _PyIO_str_setstate -