Open
Description
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