Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dgzip.py402 def _read_exact(fp, n): function
430 (method, flag, last_mtime) = struct.unpack("<BBIxx", _read_exact(fp, 8))
436 extra_len, = struct.unpack("<H", _read_exact(fp, 2))
437 _read_exact(fp, extra_len)
451 _read_exact(fp, 2) # Read & discard the 16-bit header CRC
534 crc32, isize = struct.unpack("<II", _read_exact(self._fp, 8))

Completed in 2 milliseconds