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

Method clear_output

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

Source from the content-addressed store, hash-verified

132 'transient':transient, 'update':update})
133
134 def clear_output(self, wait=False):
135 super(CapturingDisplayPublisher, self).clear_output(wait)
136
137 # empty the list, *do not* reassign a new list
138 self.outputs.clear()

Callers

nothing calls this directly

Calls 1

clear_outputMethod · 0.45

Tested by

no test coverage detected