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

Method start

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

Source from the content-addressed store, hash-verified

136 aliases = Dict()
137
138 def start(self):
139 if self.force or ask_yes_no("Really delete all ipython history? ",
140 default="no", interrupt="no"):
141 HistoryTrim.start(self)
142
143class HistoryApp(Application):
144 name = u'ipython-history'

Callers

nothing calls this directly

Calls 2

ask_yes_noFunction · 0.85
startMethod · 0.45

Tested by

no test coverage detected