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