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

Method init_payload

IPython/core/interactiveshell.py:2578–2580  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2576 #-------------------------------------------------------------------------
2577
2578 def init_payload(self):
2579 self.payload_manager = PayloadManager(parent=self)
2580 self.configurables.append(self.payload_manager)
2581
2582 #-------------------------------------------------------------------------
2583 # Things related to the prefilter

Callers 1

__init__Method · 0.95

Calls 1

PayloadManagerClass · 0.90

Tested by

no test coverage detected