Searched refs:postFormat (Results 1 – 1 of 1) sorted by relevance
12 postFormat = """ variable25 postFormatSize = sstruct.calcsize(postFormat)31 sstruct.unpack(postFormat, data[:postFormatSize], self)46 data = sstruct.pack(postFormat, self)194 formatstring, names, fixes = sstruct.getformat(postFormat)