diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-02-20 00:02:57 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-02-20 00:02:57 +0900 |
| commit | 938ba386ed84f7fd3a106233ce52c52be5553dc7 (patch) | |
| tree | 59c859904ed9df8f72d21ba701dcc82944b605da /tests/roots/test-ext-viewcode/spam/mod1.py | |
| parent | c95f538913010ab2efb00890a4adc3be01f77a4b (diff) | |
| parent | 63f6603297fb0f38aa45882eb29328fe5208b37d (diff) | |
| download | sphinx-git-938ba386ed84f7fd3a106233ce52c52be5553dc7.tar.gz | |
Merge branch '1.7'
Diffstat (limited to 'tests/roots/test-ext-viewcode/spam/mod1.py')
| -rw-r--r-- | tests/roots/test-ext-viewcode/spam/mod1.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/roots/test-ext-viewcode/spam/mod1.py b/tests/roots/test-ext-viewcode/spam/mod1.py index f876d0134..22cc1a0de 100644 --- a/tests/roots/test-ext-viewcode/spam/mod1.py +++ b/tests/roots/test-ext-viewcode/spam/mod1.py @@ -2,9 +2,11 @@ mod1 """ + def decorator(f): return f + @decorator def func1(a, b): """ @@ -19,6 +21,7 @@ class Class1(object): this is Class1 """ + class Class3(object): """ this is Class3 |
