MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / listtopics

Method listtopics

tools/python-3.11.9-amd64/Lib/pydoc.py:2205–2210  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2203 self.list(self.symbols.keys())
2204
2205 def listtopics(self):
2206 self.output.write('''
2207Here is a list of available topics. Enter any topic name to get more help.
2208
2209''')
2210 self.list(self.topics.keys())
2211
2212 def showtopic(self, topic, more_xrefs=''):
2213 try:

Callers 1

helpMethod · 0.95

Calls 3

listMethod · 0.95
writeMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected