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

Method writeout_cache

IPython/core/history.py:355–358  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

353 self._corrupt_db_counter = 0
354
355 def writeout_cache(self) -> None:
356 """Overridden by HistoryManager to dump the cache before certain
357 database lookups."""
358 pass
359
360 ## -------------------------------
361 ## Methods for retrieving history:

Callers 2

get_tailMethod · 0.95
searchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected