Source code for libtemplate.dummy

"""My dummy module"""


[docs]def myfunc(arg1, arg2): """My func desc Args: arg1 (int): first arg2 (float): second Returns: int: The first arg """ return arg1