Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dstringio.c554 stringio_init(stringio *self, PyObject *args, PyObject *kwds) in stringio_init() function
732 if (stringio_init(self, initarg, NULL) < 0) { in stringio_setstate()
892 (initproc)stringio_init, /*tp_init*/