Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_io.py923 def bufio(): function
1184 def _seekabs(bufio): argument
1190 def _seekrel(bufio): argument
1665 def _readinto(bufio, n=-1): argument
1672 def _peek(bufio, n=-1): argument
1699 def _peek(bufio): argument
1702 def _peek(bufio): argument
1710 def _read(bufio): argument
1716 def _read1(bufio): argument
1722 def _read(bufio): argument
[all …]
/external/python/cpython3/Lib/test/
Dtest_io.py1250 def bufio(): function
1527 def _seekabs(bufio): argument
1533 def _seekrel(bufio): argument
2012 def _readinto(bufio, n=-1): argument
2019 def _peek(bufio, n=-1): argument
2046 def _peek(bufio): argument
2049 def _peek(bufio): argument
2057 def _read(bufio): argument
2063 def _read1(bufio): argument
2069 def _read(bufio): argument
[all …]