ResSimpy.Utils.generic_repr.generic_repr

ResSimpy.Utils.generic_repr.generic_repr(input_class: Any) str[source]

Creates a prettier object representation while removing attributes that are None from that representation.

Args:

input_class (Any): a class with attributes to summarise

Returns:

(str): Pretty representation of the string.