MCPcopy
hub / github.com/bugy/script-server / __init__

Method __init__

src/react/observable.py:109–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107
108class ReplayObservable(ObservableBase[T]):
109 def __init__(self):
110 super().__init__()
111 self.chunks = []
112
113 def _push(self, data: T):
114 self.chunks.append(data)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected