MCPcopy 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
34class ConcreteMediator(Mediator):

Callers 4

do_aMethod · 0.45
do_bMethod · 0.45
do_cMethod · 0.45
do_dMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected