Source code for example_module
"""Module docstring."""
[docs]
def a_very_useful_function(one, two, three, four=3):
"""This is one of the most useful functions.
:param str one: First argument
:param int two: Second argument
:param float three: Third argument
:param four: Fourth argument
:type four: integer or None
"""