Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
notify
Method · 0.45
Tested by
no test coverage detected