Searched defs:_readinto (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Lib/ | ||
| D | _pyio.py | 757 def _readinto(self, b, read1): member in BufferedIOBase |
| /third_party/python/Lib/test/ | ||
| D | test_io.py | 2257 def _readinto(bufio, n=-1): function |