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