00001 class Dummy(object): 00002 def __repr__(self): 00003 return self.__dict__.__repr__() 00004 00005 def get_header_time(bag, topic): 00006 return bag._data[topic+'/_header_time']