MCPcopy Index your code
hub / github.com/python/cpython / init

Method init

Doc/tools/extensions/pydoc_topics.py:109–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107 name = "pydoc-topics"
108
109 def init(self) -> None:
110 super().init()
111 self.topics: dict[str, str] = {}
112 self.module_docs: dict[str, str] = {}
113
114 def get_outdated_docs(self) -> str:
115 # Return a string describing what an update build will build.

Callers

nothing calls this directly

Calls 1

superClass · 0.85

Tested by

no test coverage detected