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

Method getData

recipes/Python/131499_Observer_Pattern/recipe-131499.py:32–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 self.notify()
31
32 def getData(self):
33 return self.data
34
35
36class HexViewer:

Callers 2

updateMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected