def func1(arg1): """Function docstring""" pass def func3(arg1) -> str: """Function docstring with annotated return type""" pass