Home
last modified time | relevance | path

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

/third_party/python/Lib/
Daifc.py154 def _read_ulong(file): function
190 himant = _read_ulong(f) # 4 bytes
191 lomant = _read_ulong(f) # 4 bytes
341 self._version = _read_ulong(chunk)
/third_party/python/Lib/test/
Dtest_aifc.py246 self.assertRaises(EOFError, aifc._read_ulong, f)