Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcStringIO.c197 IO_creadline(PyObject *self, char **output) { in IO_creadline() function
232 if( (n=IO_creadline((PyObject*)self,&output)) < 0) return NULL; in IO_readline()
258 if ( (n = IO_creadline((PyObject*)self,&output)) < 0) in IO_readlines()
738 IO_creadline,