We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229262c commit cc1506dCopy full SHA for cc1506d
Doc/tools/extensions/pyspecific.py
@@ -90,8 +90,6 @@ def run(self):
90
return [pnode]
91
92
93
-# Support for documenting decorators
94
-
95
class PyCoroutineMixin(object):
96
def handle_signature(self, sig, signode):
97
ret = super(PyCoroutineMixin, self).handle_signature(sig, signode)
0 commit comments