Home
last modified time | relevance | path

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

/third_party/python/Lib/
Daifc.py148 def _read_long(file): function
467 self._nframes = _read_long(chunk)
514 pos = _read_long(chunk)
/third_party/python/Lib/test/
Dtest_aifc.py247 self.assertRaises(EOFError, aifc._read_long, f)