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

Method listsymbols

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

Source from the content-addressed store, hash-verified

2195 self.list(self.keywords.keys())
2196
2197 def listsymbols(self):
2198 self.output.write('''
2199Here is a list of the punctuation symbols which Python assigns special meaning
2200to. Enter any symbol to get more help.
2201
2202''')
2203 self.list(self.symbols.keys())
2204
2205 def listtopics(self):
2206 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