Searched refs:postFormat (Results 1 – 1 of 1) sorted by relevance
13 postFormat = """ variable26 postFormatSize = sstruct.calcsize(postFormat)32 sstruct.unpack(postFormat, data[:postFormatSize], self)47 data = sstruct.pack(postFormat, self)195 formatstring, names, fixes = sstruct.getformat(postFormat)