(self, result)
| 244 | self.shell.user_ns['_oh'][self.prompt_count] = result |
| 245 | |
| 246 | def fill_exec_result(self, result): |
| 247 | if self.exec_result is not None: |
| 248 | self.exec_result.result = result |
| 249 | |
| 250 | def log_output(self, format_dict): |
| 251 | """Log the output.""" |