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