sphinx/tests/roots/test-autosummary/underscore_module_.py

16 lines
206 B
Python
Raw Normal View History

"""
module with trailing underscores everywhere
"""
2018-02-19 07:39:14 -06:00
class class_(object):
""" Class """
def method_(_arg):
""" Method """
pass
2018-02-19 07:39:14 -06:00
def function_(_arg):
""" Function """
pass