Home
last modified time | relevance | path

Searched refs:_read_short (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Daifc.py160 def _read_short(file): function
185 expon = _read_short(f) # 2 bytes
466 self._nchannels = _read_short(chunk)
468 self._sampwidth = (_read_short(chunk) + 7) // 8
508 nmarkers = _read_short(chunk)
513 id = _read_short(chunk)
/external/python/cpython2/Lib/
Daifc.py159 def _read_short(file): function
184 expon = _read_short(f) # 2 bytes
464 self._nchannels = _read_short(chunk)
466 self._sampwidth = (_read_short(chunk) + 7) // 8
524 nmarkers = _read_short(chunk)
529 id = _read_short(chunk)
/external/python/cpython2/Lib/test/
Dtest_aifc.py196 self.assertRaises(EOFError, aifc._read_short, f)
/external/python/cpython3/Lib/test/
Dtest_aifc.py249 self.assertRaises(EOFError, aifc._read_short, f)