Finish up all displayhook activities.
(self)
| 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. |