Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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'
)
Callers
15
test_simple_log
Method · 0.45
test_multiple_logs
Method · 0.45
test_log_without_open
Method · 0.45
test_caret_return
Method · 0.45
test_write_post_execution_info_before_log_closed
Method · 0.45
simulate_logging
Method · 0.45
_test_single_update
Method · 0.45
_test_multiple_updates
Method · 0.45
_test_multiple_observers_single_update
Method · 0.45
_test_multiple_observers_multiple_updates
Method · 0.45
_test_push_before_late_subscription
Method · 0.45
_test_push_after_late_subscription
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_simple_log
Method · 0.36
test_multiple_logs
Method · 0.36
test_log_without_open
Method · 0.36
test_caret_return
Method · 0.36
test_write_post_execution_info_before_log_closed
Method · 0.36
simulate_logging
Method · 0.36
_test_single_update
Method · 0.36
_test_multiple_updates
Method · 0.36
_test_multiple_observers_single_update
Method · 0.36
_test_multiple_observers_multiple_updates
Method · 0.36
_test_push_before_late_subscription
Method · 0.36
_test_push_after_late_subscription
Method · 0.36