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

Method listkeywords

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

Source from the content-addressed store, hash-verified

2188 self.output.write('\n')
2189
2190 def listkeywords(self):
2191 self.output.write('''
2192Here is a list of the Python keywords. Enter any keyword to get more help.
2193
2194''')
2195 self.list(self.keywords.keys())
2196
2197 def listsymbols(self):
2198 self.output.write('''

Callers 1

helpMethod · 0.95

Calls 3

listMethod · 0.95
writeMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected