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

Method _clear

faust/stores/base.py:181–182  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

179
180 @abc.abstractmethod
181 def _clear(self) -> None: # pragma: no cover
182 ...
183
184 def apply_changelog_batch(
185 self,

Callers 1

clearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected