Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
187
class
TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp):
Callers
4
start
Method · 0.45
inputhook
Function · 0.45
parse
Method · 0.45
_remove_unwanted_precision
Method · 0.45
Calls
no outgoing calls
Tested by
2
parse
Method · 0.36
_remove_unwanted_precision
Method · 0.36