summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-autosummary/underscore_module_.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-autosummary/underscore_module_.py')
-rw-r--r--tests/roots/test-autosummary/underscore_module_.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/roots/test-autosummary/underscore_module_.py b/tests/roots/test-autosummary/underscore_module_.py
new file mode 100644
index 0000000..8584e60
--- /dev/null
+++ b/tests/roots/test-autosummary/underscore_module_.py
@@ -0,0 +1,15 @@
+"""
+module with trailing underscores everywhere
+"""
+
+
+class class_:
+ """ Class """
+ def method_(_arg):
+ """ Method """
+ pass
+
+
+def function_(_arg):
+ """ Function """
+ pass