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