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

Method push

src/react/observable.py:147–148  ·  view source on GitHub ↗
(self, data: T)

Source from the content-addressed store, hash-verified

145 self.source.subscribe(self)
146
147 def push(self, data: T):
148 raise RuntimeError('Piped observable is read-only')
149
150 def close(self):
151 raise RuntimeError('Piped observable is read-only')

Calls

no outgoing calls