MCPcopy 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
30class FooApp(Application):

Callers 2

startMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected