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

Method start

IPython/terminal/ipapp.py:172–176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

170 ),
171 )
172 def start(self):
173 if self.subapp is not None:
174 return self.subapp.start()
175 else:
176 print(self.ipython_dir)
177
178
179class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp):

Callers 6

cmdloopMethod · 0.45
startMethod · 0.45
inputhookFunction · 0.45
ensure_startedMethod · 0.45
launchMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by 3

ensure_startedMethod · 0.36
launchMethod · 0.36
parseMethod · 0.36