Hook method executed once when the cmdloop() method is about to return.
(self)
| 163 | pass |
| 164 | |
| 165 | def postloop(self): |
| 166 | """Hook method executed once when the cmdloop() method is about to |
| 167 | return. |
| 168 | |
| 169 | """ |
| 170 | pass |
| 171 | |
| 172 | def parseline(self, line): |
| 173 | """Parse the line into a command name and a string containing |