Exemplo n.º 1
0
 def __str__(self):
     s = StructFormatter.__str__(self) + "\n"
     cname = self.__class__.__name__
     s += self.strkey("r_type", cname)
     return s
Exemplo n.º 2
0
 def __str__(self):
     s = StructFormatter.__str__(self)
     if hasattr(self, "blks"):
         s += "\nblks: %s\n" % (self.blks_format(0, self.blks))
     return s