Hook method executed once when the cmdloop() method is called.
(self)
| 170 | return stop |
| 171 | |
| 172 | def preloop(self): |
| 173 | """Hook method executed once when the cmdloop() method is called.""" |
| 174 | pass |
| 175 | |
| 176 | def postloop(self): |
| 177 | """Hook method executed once when the cmdloop() method is about to |