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

Method __init__

IPython/core/interactiveshell.py:319–320  ·  view source on GitHub ↗
(self, info)

Source from the content-addressed store, hash-verified

317 result = None
318
319 def __init__(self, info):
320 self.info = info
321
322 @property
323 def success(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected