summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-apidoc-trailing-underscore/package_/module_.py
blob: e16461c21cabdcf46640b29f118a6ff3973bb1ce (plain)
1
2
3
4
5
6
7
8
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 """