Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-131499.py
File
recipe-131499.py
recipes/Python/131499_Observer_Pattern/recipe-131499.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Subject:
2
def
__init__(self):
3
self._observers = []
4
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected