MCPcopy 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

1def ObserverProxy(method_names):
2 class Proxy:
3 def __init__(self):
4 self._observers = []

Callers

nothing calls this directly

Calls 3

ObserverProxyFunction · 0.85
add_observerMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected