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

Method writeout_cache

IPython/core/history.py:270–273  ·  view source on GitHub ↗

Overridden by HistoryManager to dump the cache before certain database lookups.

(self)

Source from the content-addressed store, hash-verified

268 self._corrupt_db_counter = 0
269
270 def writeout_cache(self):
271 """Overridden by HistoryManager to dump the cache before certain
272 database lookups."""
273 pass
274
275 ## -------------------------------
276 ## Methods for retrieving history:

Callers 2

get_tailMethod · 0.95
searchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected