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

Method start

examples/docs/multiple_apps.py:10–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8
9class OtherApp(Application):
10 def start(self):
11 print("other")
12
13
14class MyApp(Application):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected