(self)
| 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. |