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

Method listkeywords

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

Source from the content-addressed store, hash-verified

2089 self.output.write('\n')
2090
2091 def listkeywords(self):
2092 self.output.write('''
2093Here is a list of the Python keywords. Enter any keyword to get more help.
2094
2095''')
2096 self.list(self.keywords.keys())
2097
2098 def listsymbols(self):
2099 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