Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ main
Function
main
examples/myapp.py:151–154 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
150
151
def
main():
152
app = MyApp()
153
app.initialize()
154
app.start()
155
156
157
if
__name__ ==
"__main__"
:
Callers
1
myapp.py
File · 0.85
Calls
3
initialize
Method · 0.95
start
Method · 0.95
MyApp
Class · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…