Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Daifc.py158 def _read_ulong(file): function
194 himant = _read_ulong(f) # 4 bytes
195 lomant = _read_ulong(f) # 4 bytes
347 self._version = _read_ulong(chunk)
/third_party/python/Lib/test/
H A Dtest_aifc.py249 self.assertRaises(EOFError, aifc._read_ulong, f)

Completed in 2 milliseconds