Home
last modified time | relevance | path

Searched refs:nreadahead (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/_io/
H A Diobase.c549 Py_ssize_t nreadahead = 1; in _io__IOBase_readline_impl() local
588 nreadahead = n; in _io__IOBase_readline_impl()
593 b = _PyObject_CallMethod(self, &_Py_ID(read), "n", nreadahead); in _io__IOBase_readline_impl()
/third_party/python/Lib/
H A D_pyio.py552 def nreadahead(): function
561 def nreadahead(): function
574 b = self.read(nreadahead())

Completed in 5 milliseconds