Martin Prinzler

Results 1 issues of Martin Prinzler

Parameters can be optional with a default value. ```python some_function(some_variable: some_type = default_value) ```` Is there any possibility to show this in the variable description? For Example this could be...

enhancement
help wanted