PrettyAttr#

class brainstate.util.PrettyAttr(key, value, start='', end='')[source]#

Configuration for pretty representation of attributes.

key#

The attribute name or key.

Type:

str

value#

The attribute value.

Type:

Union[str, Any]

start#

Optional prefix for the attribute.

Type:

str, default=’’

end#

Optional suffix for the attribute.

Type:

str, default=’’