There was an error while loading. Please reload this page.
Include the default values in the doc string in cases such as :
def foo(a: int = 3, name: str = 'bar'): pass