Method: gzip.write32u
Calls: 861, Exceptions: 0, Paths: 1Back
Path 1: 861 calls (1.0)
BufferedWriter (771) BytesIO (78) BufferedRandom (9) UnseekableIO (3)
1691502204 (222) 3904355907 (201) 1 (201) 1691502206 (34) 133650225 (31) 6050 (31) 0 (24) 2204424111 (21) 121 (21) 1691502205 (20)
1def write32u(output, value):
2 # The L format writes the bit pattern correctly whether signed
3 # or unsigned.
4 output.write(struct.pack("<L", value))