MCPcopy Create free account
hub / github.com/HypothesisWorks/hypothesis / fetch

Method fetch

hypothesis/src/hypothesis/database.py:243–245  ·  view source on GitHub ↗

Return an iterable over all values matching this key.

(self, key: bytes)

Source from the content-addressed store, hash-verified

241
242 @abc.abstractmethod
243 def fetch(self, key: bytes) -> Iterable[bytes]:
244 """Return an iterable over all values matching this key."""
245 raise NotImplementedError(f"{type(self).__name__}.fetch")
246
247 @abc.abstractmethod
248 def delete(self, key: bytes, value: bytes) -> None:

Callers 3

fetchMethod · 0.45
fetchMethod · 0.45
fetchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected