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