summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-ext-autodoc/target/bound_method.py
blob: d48b9ee1c464008b4a3cddf6dfcc2c020e97175e (plain)
1
2
3
4
5
6
7
class Cls:
    def method(self):
        """Method docstring"""
        pass


bound_method = Cls().method