Method: gzip.GzipFile._init_write
Calls: 287, Exceptions: 0, Paths: 1Back
Path 1: 287 calls (1.0)
'@test_23421_tmpæ' (257) '' (28) '/Users/andrehora/Desktop/xxx/@test_23421_tmpæ-gzdir/testgzip.gz' (1) '@test_23421_tmp' (1)
1def _init_write(self, filename):
2 self.name = filename
3 self.crc = zlib.crc32(b"")
4 self.size = 0
5 self.writebuf = []
6 self.bufsize = 0
7 self.offset = 0 # Current file offset for seek(), tell(), etc