Ejemplo n.º 1
0
 def to_normalized_repr(self):
     return get_unique_str_from_recursive_dict(self.to_normalized_dict())
Ejemplo n.º 2
0
 def to_normalized_repr(self):
     return get_unique_str_from_recursive_dict(self.to_normalized_dict())
Ejemplo n.º 3
0
 def to_full_repr(self):
     return get_unique_str_from_recursive_dict(self.__dict__)
Ejemplo n.º 4
0
 def to_full_repr(self):
     return get_unique_str_from_recursive_dict(self.__dict__)