MCPcopy Create free account
hub / github.com/ipython/traitlets / start

Method start

examples/subcommands_app.py:53–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 config_file = Unicode("", help="Load this config file").tag(config=True)
52
53 def start(self):
54 print(self.name)
55 PrintHello(parent=self).run()
56
57 @classmethod
58 def get_subapp(cls, main_app: Application) -> Application:

Callers

nothing calls this directly

Calls 2

PrintHelloClass · 0.85
runMethod · 0.80

Tested by

no test coverage detected