Home
last modified time | relevance | path

Searched refs:_read_short (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Daifc.py164 def _read_short(file): function
189 expon = _read_short(f) # 2 bytes
484 self._nchannels = _read_short(chunk)
486 self._sampwidth = (_read_short(chunk) + 7) // 8
528 nmarkers = _read_short(chunk)
533 id = _read_short(chunk)
/third_party/python/Lib/test/
H A Dtest_aifc.py252 self.assertRaises(EOFError, aifc._read_short, f)

Completed in 3 milliseconds