MCPcopy
hub / github.com/bugy/script-server / subscribe

Method subscribe

src/react/properties.py:64–65  ·  view source on GitHub ↗
(self, observer)

Source from the content-addressed store, hash-verified

62 self.extend(initlist)
63
64 def subscribe(self, observer):
65 self._observers.append(observer)
66
67 def unsubscribe(self, observer):
68 self._observers.remove(observer)

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected