Searched refs:_read_ulong (Results 1 – 2 of 2) sorted by relevance
154 def _read_ulong(file): function190 himant = _read_ulong(f) # 4 bytes191 lomant = _read_ulong(f) # 4 bytes341 self._version = _read_ulong(chunk)
246 self.assertRaises(EOFError, aifc._read_ulong, f)