Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ start
Method
start
examples/subcommands_app.py:39–41 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
37
config_file = Unicode(
""
, help=
"Load this config file"
).tag(config=True)
38
39
def
start(self):
40
print(self.name)
41
PrintHello(parent=self).run()
42
43
44
class
BarApp(Application):
Callers
nothing calls this directly
Calls
2
PrintHello
Class · 0.85
run
Method · 0.80
Tested by
no test coverage detected