""" t3SYMD.py Provides a class representing a symbolic names block in a t3 image file. """ import struct from t3Block import * from t3DataHolder import * class SYMD_Block(Block): """ A symbolic names block. There may be multiple such blocks in any image file, but the symbolic names defined in each must not clash. """ name = "Symbolic Names Block" def __init__(self, datastream, image, attribs): Block.__init__(self, datastream, image, attribs) self.read_block() def read_block(self): """ Reads the data included in the block. """ n = struct.unpack("