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

Method fetch

hypothesis/src/hypothesis/database.py:731–732  ·  view source on GitHub ↗
(self, key: bytes)

Source from the content-addressed store, hash-verified

729 return isinstance(other, ReadOnlyDatabase) and self._wrapped == other._wrapped
730
731 def fetch(self, key: bytes) -> Iterable[bytes]:
732 yield from self._wrapped.fetch(key)
733
734 def save(self, key: bytes, value: bytes) -> None:
735 pass

Callers 1

Calls 1

fetchMethod · 0.45

Tested by 1