sphinx/tests/roots/test-autosummary/underscore_module_.py
2018-02-19 23:20:56 +09:00

16 lines
206 B
Python

"""
module with trailing underscores everywhere
"""
class class_(object):
""" Class """
def method_(_arg):
""" Method """
pass
def function_(_arg):
""" Function """
pass