""" mod1 """ [docs]def func1(a, b): """ this is func1 """ return a, b [docs]class Class1(object): """ this is Class1 """