Beispiel #1
0
 def __str__(self):
     class_attr = util.get_class_attr(self)
     class_attr.pop('spec')
     return f'body: {util.to_json(class_attr)}'
Beispiel #2
0
 def __str__(self):
     return 'body: ' + util.to_json(util.get_class_attr(self))
Beispiel #3
0
 def __str__(self):
     return 'body: ' + util.to_json(util.get_class_attr(self))