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

Method clear_payload

IPython/core/payload.py:54–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 return self._payload
53
54 def clear_payload(self):
55 self._payload = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected