MCPcopy Index your code
hub / github.com/ipython/ipython / fill_exec_result

Method fill_exec_result

IPython/core/displayhook.py:246–248  ·  view source on GitHub ↗
(self, result)

Source from the content-addressed store, hash-verified

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."""

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected