py-dynacli icon indicating copy to clipboard operation
py-dynacli copied to clipboard

[FEATURE] Support optional function parameters with: <param>:<type> = None

Open yuvaljacob opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. Using the standard Python optional function parameters is cleaner and simpler than using *args or **kwargs

Describe the solution you'd like The solution is being able to use the standard Python optional parameters syntax

Describe alternatives you've considered Current alternatives are available, by using *args or **kwargs

yuvaljacob avatar Oct 25 '22 12:10 yuvaljacob