MCPcopy 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
44class BarApp(Application):

Callers

nothing calls this directly

Calls 2

PrintHelloClass · 0.85
runMethod · 0.80

Tested by

no test coverage detected