Ejemplo n.º 1
0
 def __str__(self):
     return to_pretty_string(self.to_serial())
Ejemplo n.º 2
0
 def __repr__(self):
     return to_pretty_string(self.to_serial(), style=PrintStyles.PPRINT)
Ejemplo n.º 3
0
 def __str__(self):
     return to_pretty_string(self.to_dict())