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

Method listtopics

Lib/pydoc.py:2106–2111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2104 self.list(self.symbols.keys())
2105
2106 def listtopics(self):
2107 self.output.write('''
2108Here is a list of available topics. Enter any topic name to get more help.
2109
2110''')
2111 self.list(self.topics.keys(), columns=3)
2112
2113 def showtopic(self, topic, more_xrefs=''):
2114 try:

Callers 1

helpMethod · 0.95

Calls 3

listMethod · 0.95
writeMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected