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

Method listkeywords

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

Source from the content-addressed store, hash-verified

2136 self.output.write('\n')
2137
2138 def listkeywords(self):
2139 self.output.write('''
2140Here is a list of the Python keywords. Enter any keyword to get more help.
2141
2142''')
2143 self.list(self.keywords.keys())
2144
2145 def listsymbols(self):
2146 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