MCPcopy Index your code
hub / github.com/faif/python-patterns / data

Method data

patterns/behavioral/observer.py:74–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72
73 @property
74 def data(self) -> int:
75 return self._data
76
77 @data.setter
78 def data(self, value: int) -> None:

Callers

nothing calls this directly

Calls 1

notifyMethod · 0.45

Tested by

no test coverage detected