sphinx/tests/roots/test-ext-autodoc/target/bound_method.py

8 lines
107 B
Python
Raw Normal View History

2019-04-14 03:08:18 -05:00
class Cls:
def method(self):
"""Method docstring"""
pass
bound_method = Cls().method