MCPcopy
hub / github.com/Textualize/toolong / clear_caches

Method clear_caches

src/toolong/log_lines.py:250–252  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

248 yield ScanProgressBar()
249
250 def clear_caches(self) -> None:
251 self._line_cache.clear()
252 self._text_cache.clear()
253
254 def notify_style_update(self) -> None:
255 self.clear_caches()

Callers 4

notify_style_updateMethod · 0.95
watch_show_findMethod · 0.95
watch_case_sensitiveMethod · 0.95
watch_regexMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected