vim-python-docstring
vim-python-docstring copied to clipboard
Include default values
Include the default values in the doc string in cases such as :
def foo(a: int = 3, name: str = 'bar'):
pass