summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-autosummary/underscore_module_.py
blob: 8584e60787b220c07c38ad50accd2e7d55f94027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""
module with trailing underscores everywhere
"""


class class_:
    """ Class """
    def method_(_arg):
        """ Method """
        pass


def function_(_arg):
    """ Function """
    pass