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

Method display

IPython/utils/capture.py:23–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21 self.update = update
22
23 def display(self):
24 from IPython.display import publish_display_data
25 publish_display_data(data=self.data, metadata=self.metadata,
26 transient=self.transient, update=self.update)
27
28 def _repr_mime_(self, mime):
29 if mime not in self.data:

Callers 6

test_rich_output_displayFunction · 0.95
test_capture_outputFunction · 0.95
showMethod · 0.45

Calls 1

publish_display_dataFunction · 0.90

Tested by 5

test_rich_output_displayFunction · 0.76
test_capture_outputFunction · 0.76