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:19–20 ·
view source on GitHub ↗
(self, data: T)
Source
from the content-addressed store, hash-verified
17
self.close_condition = threading.Condition()
18
19
def
push(self, data: T):
20
self._push(data)
21
22
def
_push(self, data: T):
23
self._fire_on_next(data)
Callers
nothing calls this directly
Calls
1
_push
Method · 0.95
Tested by
no test coverage detected