Beispiel #1
0
 def to_normalized_repr(self):
     return get_unique_str_from_recursive_dict(self.to_normalized_dict())
Beispiel #2
0
 def to_normalized_repr(self):
     return get_unique_str_from_recursive_dict(self.to_normalized_dict())
Beispiel #3
0
 def to_full_repr(self):
     return get_unique_str_from_recursive_dict(self.__dict__)
Beispiel #4
0
 def to_full_repr(self):
     return get_unique_str_from_recursive_dict(self.__dict__)