Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_mock
Method · 0.45
_clear
Method · 0.45
test_setitem__getitem__delitem
Method · 0.45
test_resume_flow
Method · 0.45
test_pause_partitions
Method · 0.45
on_commit
Method · 0.45
test_commit_offsets__no_committable_offsets
Method · 0.45
test_clear
Method · 0.45
test__seek_wait
Method · 0.45
test__create_topic__missing
Method · 0.45
test__create_topic__raises
Method · 0.45
test_clear
Method · 0.45
Calls
1
_clear
Method · 0.95
Tested by
15
_clear
Method · 0.36
test_setitem__getitem__delitem
Method · 0.36
test_resume_flow
Method · 0.36
test_pause_partitions
Method · 0.36
on_commit
Method · 0.36
test_commit_offsets__no_committable_offsets
Method · 0.36
test_clear
Method · 0.36
test__seek_wait
Method · 0.36
test__create_topic__missing
Method · 0.36
test__create_topic__raises
Method · 0.36
test_clear
Method · 0.36
test_on_recovery_completed
Method · 0.36