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

Method __init__

IPython/core/interactiveshell.py:294–298  ·  view source on GitHub ↗
(self, raw_cell, store_history, silent, shell_futures)

Source from the content-addressed store, hash-verified

292 shell_futures = True
293
294 def __init__(self, raw_cell, store_history, silent, shell_futures):
295 self.raw_cell = raw_cell
296 self.store_history = store_history
297 self.silent = silent
298 self.shell_futures = shell_futures
299
300 def __repr__(self):
301 name = self.__class__.__qualname__

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected