We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:
Activity