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

Method listsymbols

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

Source from the content-addressed store, hash-verified

2096 self.list(self.keywords.keys())
2097
2098 def listsymbols(self):
2099 self.output.write('''
2100Here is a list of the punctuation symbols which Python assigns special meaning
2101to. Enter any symbol to get more help.
2102
2103''')
2104 self.list(self.symbols.keys())
2105
2106 def listtopics(self):
2107 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