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

Method __init__

hypothesis/src/hypothesis/database.py:231–232  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

229 """
230
231 def __init__(self) -> None:
232 self._listeners: list[ListenerT] = []
233
234 @abc.abstractmethod
235 def save(self, key: bytes, value: bytes) -> None:

Callers 7

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected