Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bugy/script-server
/ subscribe
Method
subscribe
src/react/properties.py:18–19 ·
view source on GitHub ↗
(self, observer)
Source
from the content-addressed store, hash-verified
16
self.bound = False
17
18
def
subscribe(self, observer):
19
self._observers.append(observer)
20
21
def
unsubscribe(self, observer):
22
self._observers.remove(observer)
Callers
15
bind
Method · 0.45
mapped_property
Function · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
wait_output_chunks
Method · 0.45
test_log_raw_single_line
Method · 0.45
test_log_raw_single_buffer
Method · 0.45
test_log_raw_multiple_buffers
Method · 0.45
_test_no_updates
Method · 0.45
_test_single_update
Method · 0.45
_test_multiple_updates
Method · 0.45
_test_multiple_observers_single_update
Method · 0.45
Calls
1
append
Method · 0.80
Tested by
15
setUp
Method · 0.36
setUp
Method · 0.36
wait_output_chunks
Method · 0.36
test_log_raw_single_line
Method · 0.36
test_log_raw_single_buffer
Method · 0.36
test_log_raw_multiple_buffers
Method · 0.36
_test_no_updates
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