Hook method executed just after a command dispatch is finished.
(self, stop, line)
| 166 | return line |
| 167 | |
| 168 | def postcmd(self, stop, line): |
| 169 | """Hook method executed just after a command dispatch is finished.""" |
| 170 | return stop |
| 171 | |
| 172 | def preloop(self): |
| 173 | """Hook method executed once when the cmdloop() method is called.""" |