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