MCPcopy
hub / github.com/faust-streaming/faust / clear

Method clear

faust/stores/base.py:247–249  ·  view source on GitHub ↗

Clear all data from this K/V store.

(self)

Source from the content-addressed store, hash-verified

245 yield self._decode_key(key), self._decode_value(value)
246
247 def clear(self) -> None:
248 """Clear all data from this K/V store."""
249 self._clear()

Callers 15

reset_mockMethod · 0.45
_clearMethod · 0.45
test_resume_flowMethod · 0.45
test_pause_partitionsMethod · 0.45
on_commitMethod · 0.45
test_clearMethod · 0.45
test__seek_waitMethod · 0.45
test_clearMethod · 0.45

Calls 1

_clearMethod · 0.95

Tested by 15

_clearMethod · 0.36
test_resume_flowMethod · 0.36
test_pause_partitionsMethod · 0.36
on_commitMethod · 0.36
test_clearMethod · 0.36
test__seek_waitMethod · 0.36
test_clearMethod · 0.36