Path 1: 84 calls (1.0)

BytesIO (45) BufferedReader (36) BufferedRandom (2) UnseekableIO (1)

1def __init__(self, fp):
2        super().__init__(_PaddedFile(fp), zlib.decompressobj,
3                         wbits=-zlib.MAX_WBITS)
4        # Set flag indicating start of a new member
5        self._new_member = True
6        self._last_mtime = None