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

Method listsymbols

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

Source from the content-addressed store, hash-verified

2143 self.list(self.keywords.keys())
2144
2145 def listsymbols(self):
2146 self.output.write('''
2147Here is a list of the punctuation symbols which Python assigns special meaning
2148to. Enter any symbol to get more help.
2149
2150''')
2151 self.list(self.symbols.keys())
2152
2153 def listtopics(self):
2154 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