MCPcopy Create free account
hub / github.com/RefactoringGuru/design-patterns-python / update

Method update

src/Observer/Conceptual/main.py:147–153  ·  view source on GitHub ↗

EN: Receive update from subject. RU: Получить обновление от субъекта.

(self, subject: Subject)

Source from the content-addressed store, hash-verified

145
146 @abstractmethod
147 def update(self, subject: Subject) -> None:
148 """
149 EN: Receive update from subject.
150
151 RU: Получить обновление от субъекта.
152 """
153 pass
154
155
156"""

Callers 2

notifyMethod · 0.45
__copy__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected