MCPcopy Index your code
hub / github.com/ipython/ipython / start

Method start

IPython/core/historyapp.py:148–159  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

146 ))
147
148 def start(self):
149 if self.subapp is None:
150 print(
151 "No subcommand specified. Must specify one of: "
152 + ", ".join(map(repr, self.subcommands))
153 + ".\n"
154 )
155 self.print_description()
156 self.print_subcommands()
157 self.exit(1)
158 else:
159 return self.subapp.start()

Callers 15

_system_bodyFunction · 0.45
runMethod · 0.45
__init__Method · 0.45
startMethod · 0.45
match_dict_keysFunction · 0.45
dict_key_matchesMethod · 0.45
shebangMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls