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

Method start_displayhook

IPython/core/displayhook.py:105–107  ·  view source on GitHub ↗

Start the displayhook, initializing resources.

(self)

Source from the content-addressed store, hash-verified

103 return False
104
105 def start_displayhook(self):
106 """Start the displayhook, initializing resources."""
107 pass
108
109 def write_output_prompt(self):
110 """Write the output prompt.

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected