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