Hook method executed just after a command dispatch is finished.
(self, stop, line)
| 155 | return line |
| 156 | |
| 157 | def postcmd(self, stop, line): |
| 158 | """Hook method executed just after a command dispatch is finished.""" |
| 159 | return stop |
| 160 | |
| 161 | def preloop(self): |
| 162 | """Hook method executed once when the cmdloop() method is called.""" |