Skip to content

Option to display arguments (and their types) for methods of classes #77

Description

@abulka

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions