Display arguments (and their types) to methods displayed in UML classes. Raised in #75.
E.g.
------------------------------
Class Whatever
------------------------------
__init__(self, a: int, s: str)
doA(self)
doB(self, fred: Fred)
------------------------------
Probably want an option to turn this on and off, as it would add a lot more information to the UML diagram, which some users may not want. Perhaps an option to remove the self argument as it is always going to be there for regular methods of a class.
For class methods and static methods - some indicator showing this should be displayed.
Display arguments (and their types) to methods displayed in UML classes. Raised in #75.
E.g.
Probably want an option to turn this on and off, as it would add a lot more information to the UML diagram, which some users may not want. Perhaps an option to remove the
selfargument as it is always going to be there for regular methods of a class.For class methods and static methods - some indicator showing this should be displayed.