Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ _push
Method
_push
src/react/observable.py:22–23 ·
view source on GitHub ↗
(self, data: T)
Source
from the content-addressed store, hash-verified
20
self._push(data)
21
22
def
_push(self, data: T):
23
self._fire_on_next(data)
24
25
def
close(self):
26
self._close()
Callers
5
push
Method · 0.95
_push
Method · 0.45
on_next
Method · 0.45
on_next
Method · 0.45
flush_buffer
Method · 0.45
Calls
1
_fire_on_next
Method · 0.95
Tested by
no test coverage detected