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

Class HistoryOutput

IPython/core/history.py:599–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597
598@dataclass
599class HistoryOutput:
600 output_type: typing.Literal[
601 "out_stream", "err_stream", "display_data", "execute_result"
602 ]
603 bundle: typing.Dict[str, str | list[str]]
604
605
606class HistoryManager(HistoryAccessor):

Callers 4

writeMethod · 0.90
log_outputMethod · 0.85
publishMethod · 0.85

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…