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

Method start

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

Source from the content-addressed store, hash-verified

150 ))
151
152 def start(self):
153 if self.subapp is None:
154 print("No subcommand specified. Must specify one of: %s" % \
155 (self.subcommands.keys()))
156 print()
157 self.print_description()
158 self.print_subcommands()
159 self.exit(1)
160 else:
161 return self.subapp.start()

Callers 9

_system_bodyFunction · 0.45
runMethod · 0.45
assert_interruptsMethod · 0.45
__init__Method · 0.45
startMethod · 0.45
match_dict_keysFunction · 0.45
dict_key_matchesMethod · 0.45
inputhook_qt4Function · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by 1

assert_interruptsMethod · 0.36