(self, result)
| 231 | self.shell.user_ns['_oh'][self.prompt_count] = result |
| 232 | |
| 233 | def fill_exec_result(self, result): |
| 234 | if self.exec_result is not None: |
| 235 | self.exec_result.result = result |
| 236 | |
| 237 | def log_output(self, format_dict): |
| 238 | """Log the output.""" |