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

Method teardown

IPython/sphinxext/ipython_directive.py:973–977  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

971 return rgxin, rgxout, promptin, promptout
972
973 def teardown(self):
974 # delete last bookmark
975 self.shell.process_input_line('bookmark -d ipy_savedir',
976 store_history=False)
977 self.shell.clear_cout()
978
979 def run(self):
980 debug = False

Callers 1

runMethod · 0.95

Calls 2

process_input_lineMethod · 0.80
clear_coutMethod · 0.80

Tested by

no test coverage detected