Any changes we need to make to the user's environment.
(self)
| 774 | self._post_execute = {} |
| 775 | |
| 776 | def init_environment(self): |
| 777 | """Any changes we need to make to the user's environment.""" |
| 778 | pass |
| 779 | |
| 780 | def init_encoding(self): |
| 781 | # Get system encoding at startup time. Certain terminals (like Emacs |