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

Method start

IPython/core/profileapp.py:303–311  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

301 ))
302
303 def start(self):
304 if self.subapp is None:
305 print("No subcommand specified. Must specify one of: %s"%(self.subcommands.keys()))
306 print()
307 self.print_description()
308 self.print_subcommands()
309 self.exit(1)
310 else:
311 return self.subapp.start()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected