Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ run
Method
run
examples/subcommands_app.py:26–27 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
24
greeting = Enum(values=[
"hello"
,
"hi"
,
"bye"
], default_value=
"hello"
).tag(config=True)
25
26
def
run(self):
27
print(f
"{self.greeting} {self.greet_name}"
)
28
29
30
class
FooApp(Application):
Callers
2
start
Method · 0.80
start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected