MCPcopy
hub / github.com/sphinx-doc/sphinx / run

Method run

sphinx/domains/python/__init__.py:309–311  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

307 """Description of a decoratormethod."""
308
309 def run(self) -> list[Node]:
310 self.name = 'py:method'
311 return super().run()
312
313 def handle_signature(self, sig: str, signode: desc_signature) -> tuple[str, str]:
314 ret = super().handle_signature(sig, signode)

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected