MCPcopy Create free account
hub / github.com/ActiveState/code / setData

Method setData

recipes/Python/131499_Observer_Pattern/recipe-131499.py:28–30  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

26 self.data = 0
27
28 def setData(self, data):
29 self.data = data
30 self.notify()
31
32 def getData(self):
33 return self.data

Callers 2

mainFunction · 0.95
recipe-307969.pyFile · 0.45

Calls 1

notifyMethod · 0.45

Tested by

no test coverage detected