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

Method start

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

Source from the content-addressed store, hash-verified

130 aliases = Dict() # type: ignore
131
132 def start(self):
133 if self.force or ask_yes_no(
134 "Really delete all ipython history? ", default="no", interrupt="no"
135 ):
136 HistoryTrim.start(self)
137
138
139class HistoryApp(Application):

Callers

nothing calls this directly

Calls 2

ask_yes_noFunction · 0.85
startMethod · 0.45

Tested by

no test coverage detected