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

Method start

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

Source from the content-addressed store, hash-verified

15 classes = [OtherApp]
16
17 def start(self):
18 # similar to OtherApp.launch_instance(), but without singleton
19 self.other_app = OtherApp(config=self.config)
20 self.other_app.initialize(["--OtherApp.log_level", "INFO"])
21 self.other_app.start()
22
23
24if __name__ == "__main__":

Callers

nothing calls this directly

Calls 2

OtherAppClass · 0.85
initializeMethod · 0.45

Tested by

no test coverage detected