MCPcopy Create free account
hub / github.com/bterwijn/memory_graph / __init__

Method __init__

src/inheritance.py:15–17  ·  view source on GitHub ↗
(self, priority, from_email)

Source from the content-addressed store, hash-verified

13class Email_Notification(Notification_Service):
14
15 def __init__(self, priority, from_email):
16 super().__init__(priority)
17 self.from_email = from_email
18
19 def send(self, to_email, message):
20 super().send(self.from_email, to_email, message)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected