Searched refs:zip_longest (Results 1 – 2 of 2) sorted by relevance
106 pairs = enumerate(itertools.zip_longest(types, types[1:], fillvalue=''))
40 from itertools import izip_longest as zip_longest unknown42 from itertools import zip_longest81 …halfwords = [((byte0 << 8) | byte1) for byte0, byte1 in zip_longest(data[::2], data[1::2], fillval…