MCPcopy Create free account
hub / github.com/ipython/ipython / fill_exec_result

Method fill_exec_result

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

Source from the content-addressed store, hash-verified

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

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected