Lines Matching defs:struct
10 import struct
31 """Small struct-like class to keep track of the
100 fmt: string containing the struct type to extract from the
102 Returns: a Struct containing the bytes starting at offset
105 s = struct.Struct(fmt)
116 fmt: string containing the struct type to extract from the
118 Returns: a Struct containing the bytes starting at offset into
121 s = struct.Struct(fmt)