Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RefactoringGuru/design-patterns-python
/ notify
Method
notify
src/Mediator/Conceptual/main.py:30–31 ·
view source on GitHub ↗
(self, sender: object, event: str)
Source
from the content-addressed store, hash-verified
28
""
"
29
30
def
notify(self, sender: object, event: str) -> None:
31
pass
32
33
34
class
ConcreteMediator(Mediator):
Callers
4
do_a
Method · 0.45
do_b
Method · 0.45
do_c
Method · 0.45
do_d
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected