sphinx/tests/roots/test-ext-autodoc/target/bound_method.py
2019-04-13 22:09:01 -10:00

8 lines
107 B
Python

class Cls:
def method(self):
"""Method docstring"""
pass
bound_method = Cls().method