Searched defs:_readinto (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | _pyio.py | 691 def _readinto(self, b, read1): member in BufferedIOBase |
/external/python/cpython2/Lib/test/ | ||
D | test_io.py | 1694 def _readinto(bufio, n=-1): function |
/external/python/cpython3/Lib/test/ | ||
D | test_io.py | 2165 def _readinto(bufio, n=-1): function |