MCPcopy Index your code
hub / github.com/ipython/ipython / start

Method start

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

Source from the content-addressed store, hash-verified

178 ),
179 )
180 def start(self):
181 if self.subapp is not None:
182 return self.subapp.start()
183 else:
184 print(self.ipython_dir)
185
186
187class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp):

Callers 4

startMethod · 0.45
inputhookFunction · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by 2

parseMethod · 0.36