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

Method start

traitlets/config/application.py:468–475  ·  view source on GitHub ↗

Start the app mainloop. Override in subclasses.

(self)

Source from the content-addressed store, hash-verified

466 self.parse_command_line(argv)
467
468 def start(self) -> None:
469 """Start the app mainloop.
470
471 Override in subclasses.
472 """
473 if self.subapp is not None:
474 assert isinstance(self.subapp, Application)
475 return self.subapp.start()
476
477 def start_show_config(self) -> None:
478 """start function used when show_config is True"""

Callers 1

launch_instanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected