(self, event)
| 107 | shell.set_warning_stream(saved_stream) |
| 108 | |
| 109 | def run_custom_event(self, event): |
| 110 | return self.run_module_event(event, customize=True) |
| 111 | |
| 112 | def run_module_event(self, event, *, customize=False): |
| 113 | """Run the module after setting up the environment. |
nothing calls this directly
no test coverage detected