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

Method __init__

src/inheritance.py:26–28  ·  view source on GitHub ↗
(self, priority, from_nr)

Source from the content-addressed store, hash-verified

24class SMS_Notification(Notification_Service):
25
26 def __init__(self, priority, from_nr):
27 super().__init__(priority)
28 self.from_nr = from_nr
29
30 def send(self, to_nr, message):
31 super().send(self.from_nr, to_nr, message)

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected