heavenshell / vim-pydocstring

Generate Python docstring to your Python source code.
BSD 3-Clause "New" or "Revised" License
337 stars 53 forks source link

Fix dict params include bug #62

Closed heavenshell closed 4 years ago

heavenshell commented 4 years ago

61

Note: currently still bugging...

tuple keyword arguments

def foo(arg, arg2=(1, 2)):
    """foo

    :param 1:
    :param 2:
     pass