Skip to content

Optional arguments - e.g. fun(var=None) #175

Open
@gitPrinz

Description

@gitPrinz

Parameters can be optional with a default value.

some_function(some_variable: some_type = default_value)

Is there any possibility to show this in the variable description?

For Example this could be solved

  • after the type hint by (some_type - default: default_value)
  • or as extra line below the description

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions