Hook method executed once when the cmdloop() method is about to return.
(self)
| 174 | pass |
| 175 | |
| 176 | def postloop(self): |
| 177 | """Hook method executed once when the cmdloop() method is about to |
| 178 | return. |
| 179 | |
| 180 | """ |
| 181 | pass |
| 182 | |
| 183 | def parseline(self, line): |
| 184 | """Parse the line into a command name and a string containing |