Include the default values in the doc string in cases such as : ```python def foo(a: int = 3, name: str = 'bar'): pass ```