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

16 lines
140 B
Python

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