Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Daifc.py148 def _read_long(file): function
467 self._nframes = _read_long(chunk)
514 pos = _read_long(chunk)
/external/python/cpython2/Lib/
Daifc.py147 def _read_long(file): function
465 self._nframes = _read_long(chunk)
530 pos = _read_long(chunk)
/external/python/cpython2/Lib/test/
Dtest_aifc.py194 self.assertRaises(EOFError, aifc._read_long, f)
/external/python/cpython3/Lib/test/
Dtest_aifc.py247 self.assertRaises(EOFError, aifc._read_long, f)