def __init__(self, rich_format): self.rich_fmt = rich_format self.fmt = format_from_rich(rich_format) self.compiled = struct.Struct(self.fmt) self.size = self.compiled.size