MCPcopy Index your code
hub / github.com/sphinx-doc/sphinx / run

Method run

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

Source from the content-addressed store, hash-verified

297 option_spec: ClassVar[OptionSpec] = PyObject.option_spec.copy()
298
299 def run(self) -> list[Node]:
300 self.name = 'py:method'
301 self.options['staticmethod'] = True
302
303 return super().run()
304
305
306class PyDecoratorMethod(PyMethod):

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected