""" mod2 """ [docs]def func2(a, b): """ this is func2 """ return a, b [docs]class Class2(object): """ this is Class2 """