MCPcopy Create free account
hub / github.com/bugy/script-server / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

233
234class _StoringObserver:
235 def __init__(self):
236 self.data = []
237 self.closed = False
238
239 def on_next(self, chunk):
240 if not self.closed:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected