index
:
sphinx
debian
progress-linux
upstream
debian 11 backports: sphinx (TODO)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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