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

Method clear_output

IPython/core/displaypub.py:201–205  ·  view source on GitHub ↗
(self, wait=False)

Source from the content-addressed store, hash-verified

199 )
200
201 def clear_output(self, wait=False):
202 super(CapturingDisplayPublisher, self).clear_output(wait)
203
204 # empty the list, *do not* reassign a new list
205 self.outputs.clear()

Callers

nothing calls this directly

Calls 1

clear_outputMethod · 0.45

Tested by

no test coverage detected