Hook method executed once when the cmdloop() method is called.
(self)
| 159 | return stop |
| 160 | |
| 161 | def preloop(self): |
| 162 | """Hook method executed once when the cmdloop() method is called.""" |
| 163 | pass |
| 164 | |
| 165 | def postloop(self): |
| 166 | """Hook method executed once when the cmdloop() method is about to |