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

Method subscribe

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

Source from the content-addressed store, hash-verified

121 self.update(dict)
122
123 def subscribe(self, observer):
124 self._observers.append(observer)
125
126 def unsubscribe(self, observer):
127 if observer in self._observers:

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected