Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ subscribe_on_close
Method
subscribe_on_close
src/react/observable.py:47–48 ·
view source on GitHub ↗
(self, callback, *args)
Source
from the content-addressed store, hash-verified
45
self.observers.append(observer)
46
47
def
subscribe_on_close(self, callback, *args):
48
self.subscribe(_CloseSubscriber(callback, *args))
49
50
def
unsubscribe(self, observer):
51
if
self.closed:
Callers
5
dispose
Method · 0.80
wait_close
Method · 0.80
_test_close_only_subscription_with_callback_arguments
Method · 0.80
test_close_only_subscription_ignores_on_next
Method · 0.80
wait_observable_close_notification
Function · 0.80
Calls
2
subscribe
Method · 0.95
_CloseSubscriber
Class · 0.85
Tested by
4
wait_close
Method · 0.64
_test_close_only_subscription_with_callback_arguments
Method · 0.64
test_close_only_subscription_ignores_on_next
Method · 0.64
wait_observable_close_notification
Function · 0.64