Should I include special methods for a Python class UML? -


i wonder whether or not include special methods in python such __str__ or ___eq___, etc, in uml diagram.

i say, if add useful information readers of said uml diagram.

i that, in general, piece of documentation should written if useful users. else in way of finding other more important things.

in case of doc strings, should write __hash__ method docstring. , maybe make citation in class docstring.