sphinx/tests/roots/test-ext-viewcode/spam/mod2.py
2014-09-21 20:23:24 +02:00

16 lines
140 B
Python

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