Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bugy/script-server
/ close
Method
close
src/react/observable.py:150–151 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
148
raise
RuntimeError(
'Piped observable is read-only'
)
149
150
def
close(self):
151
raise
RuntimeError(
'Piped observable is read-only'
)
152
153
def
on_next(self, data):
154
self._push(data)
Callers
15
download_kittens.py
File · 0.45
test_close
Method · 0.45
test_simple_log
Method · 0.45
test_multiple_logs
Method · 0.45
test_caret_return
Method · 0.45
tearDown
Method · 0.45
test_write_post_execution_info_before_log_closed
Method · 0.45
simulate_logging
Method · 0.45
_test_close
Method · 0.45
_test_close_only_subscription_with_callback_arguments
Method · 0.45
test_close_only_subscription_ignores_on_next
Method · 0.45
test_close_multiple_subscribers
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_close
Method · 0.36
test_simple_log
Method · 0.36
test_multiple_logs
Method · 0.36
test_caret_return
Method · 0.36
tearDown
Method · 0.36
test_write_post_execution_info_before_log_closed
Method · 0.36
simulate_logging
Method · 0.36
_test_close
Method · 0.36
_test_close_only_subscription_with_callback_arguments
Method · 0.36
test_close_only_subscription_ignores_on_next
Method · 0.36
test_close_multiple_subscribers
Method · 0.36
_test_close_late_subscription
Method · 0.36