Configuration for pretty representation of objects.
-
type
The type name or type object to display.
- Type:
Union[str, type]
-
start
The opening delimiter for the representation.
- Type:
str, default=’(’
-
end
The closing delimiter for the representation.
- Type:
str, default=’)’
-
value_sep
The separator between keys and values.
- Type:
str, default=’=’
-
elem_indent
The indentation for nested elements.
- Type:
str, default=’ ‘
-
empty_repr
The representation for empty objects.
- Type:
str, default=’’