sphinx/tests/roots/test-ext-viewcode/spam/mod1.py

16 lines
140 B
Python
Raw Normal View History

2014-09-21 13:23:24 -05:00
"""
mod1
"""
def func1(a, b):
"""
this is func1
"""
return a, b
class Class1(object):
"""
this is Class1
"""