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

Method _clear

tests/unit/stores/test_base.py:122–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120 return key in self.keep
121
122 def _clear(self):
123 self.keep.clear()
124
125 def reset_state(self): ...
126

Callers 3

test_clearMethod · 0.45
test_clearMethod · 0.45
test__clearMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected