Home
last modified time | relevance | path

Searched defs:bufio (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_io.py949 def bufio(): function
1211 def _seekabs(bufio): argument
1217 def _seekrel(bufio): argument
1694 def _readinto(bufio, n=-1): argument
1701 def _peek(bufio, n=-1): argument
1728 def _peek(bufio): argument
1731 def _peek(bufio): argument
1739 def _read(bufio): argument
1745 def _read1(bufio): argument
1751 def _read(bufio): argument
[all …]
/external/python/cpython3/Lib/test/
Dtest_io.py1367 def bufio(): function
1646 def _seekabs(bufio): argument
1652 def _seekrel(bufio): argument
2165 def _readinto(bufio, n=-1): argument
2172 def _peek(bufio, n=-1): argument
2199 def _peek(bufio): argument
2202 def _peek(bufio): argument
2210 def _read(bufio): argument
2216 def _read1(bufio): argument
2222 def _read(bufio): argument
[all …]