We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
def func(s, test): """ Returns `True` if the string length is greater than the given integer. :param s: str :param test: int :return: bool """ pass
This is default docstring style used in many editors.
Something like that: