Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ start
Method
start
IPython/core/profileapp.py:130–131 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
128
self.profile = self.extra_args[0]
129
130
def
start(self):
131
print(self.profile_dir.location)
132
133
134
class
ProfileList(Application):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected