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

Method cleanup

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

Source from the content-addressed store, hash-verified

384 self.process_input_line(line, store_history=False)
385
386 def cleanup(self):
387 shutil.rmtree(self.tmp_profile_dir, ignore_errors=True)
388
389 def clear_cout(self):
390 self.cout.seek(0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected