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

Method run

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

Source from the content-addressed store, hash-verified

285 option_spec: ClassVar[OptionSpec] = PyObject.option_spec.copy()
286
287 def run(self) -> list[Node]:
288 self.name = 'py:method'
289 self.options['classmethod'] = True
290
291 return super().run()
292
293
294class PyStaticMethod(PyMethod):

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected