summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-apidoc-trailing-underscore/package_/module_.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-apidoc-trailing-underscore/package_/module_.py')
-rw-r--r--tests/roots/test-apidoc-trailing-underscore/package_/module_.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/roots/test-apidoc-trailing-underscore/package_/module_.py b/tests/roots/test-apidoc-trailing-underscore/package_/module_.py
new file mode 100644
index 0000000..e16461c
--- /dev/null
+++ b/tests/roots/test-apidoc-trailing-underscore/package_/module_.py
@@ -0,0 +1,9 @@
+""" A module with a trailing underscore """
+
+
+class SomeClass_:
+ """ A class with a trailing underscore """
+
+
+def some_function_(some_arg_):
+ """ A function with a trailing underscore in name and argument """