1.4.0
Added
BaseReprHelper
, base class forReprHelper
andPrettyReprHelper
to handle common functionality and enforce same API and docstrings.BaseReprHelper.parantheses
tuple can be set to something other than normal brackets, e.g.('<', '>')
Fixed
BaseReprHelper.keyword_from_attr
parameter names swapped.attr_name
used to refer to keyword name, which doesn't make sense.