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

Method finish_displayhook

IPython/core/displayhook.py:247–250  ·  view source on GitHub ↗

Finish up all displayhook activities.

(self)

Source from the content-addressed store, hash-verified

245 format_dict['text/plain']
246
247 def finish_displayhook(self):
248 """Finish up all displayhook activities."""
249 sys.stdout.write(self.shell.separate_out2)
250 sys.stdout.flush()
251
252 def __call__(self, result=None):
253 """Printing with history cache management.

Callers 1

__call__Method · 0.95

Calls 2

writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected