Ejemplo n.º 1
0
 def dump(self):
     s = StringIO()
     self.write(s)
     print(s.getvalue())