MCPcopy
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

bindMethod · 0.45
mapped_propertyFunction · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
wait_output_chunksMethod · 0.45
_test_no_updatesMethod · 0.45
_test_single_updateMethod · 0.45

Calls 1

appendMethod · 0.80