MCPcopy Index your code
hub / github.com/RustPython/RustPython / listtopics

Method listtopics

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

Source from the content-addressed store, hash-verified

2151 self.list(self.symbols.keys())
2152
2153 def listtopics(self):
2154 self.output.write('''
2155Here is a list of available topics. Enter any topic name to get more help.
2156
2157''')
2158 self.list(self.topics.keys(), columns=3)
2159
2160 def showtopic(self, topic, more_xrefs=''):
2161 try:

Callers 1

helpMethod · 0.95

Calls 3

listMethod · 0.95
writeMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected