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

Method read_payload

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

Source from the content-addressed store, hash-verified

49 self._payload.append(data)
50
51 def read_payload(self):
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