summaryrefslogtreecommitdiff
path: root/tests/roots/test-ext-autodoc/target/classes.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-05-06 19:41:30 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-05-07 01:55:33 +0900
commit24fe05f14f4dcaac03b2cc19ab6629e2686c3c8a (patch)
treeb4e9ed81420c8f45376fdbb9e02dfb6bbbe68928 /tests/roots/test-ext-autodoc/target/classes.py
parent6ce265dc813f9ecb92bf1cdf8733fbada7f5c967 (diff)
downloadsphinx-git-24fe05f14f4dcaac03b2cc19ab6629e2686c3c8a.tar.gz
refactor: autodoc: class processors on autofunction is no longer needed
Diffstat (limited to 'tests/roots/test-ext-autodoc/target/classes.py')
-rw-r--r--tests/roots/test-ext-autodoc/target/classes.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/roots/test-ext-autodoc/target/classes.py b/tests/roots/test-ext-autodoc/target/classes.py
new file mode 100644
index 000000000..dc471a6f3
--- /dev/null
+++ b/tests/roots/test-ext-autodoc/target/classes.py
@@ -0,0 +1,12 @@
+class Foo:
+ pass
+
+
+class Bar:
+ def __init__(self, x, y):
+ pass
+
+
+class Baz:
+ def __new__(cls, x, y):
+ pass