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