sphinx/tests/roots/test-autosummary/underscore_module_.py
2022-10-17 22:39:09 +01:00

16 lines
198 B
Python

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