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