MCPcopy Create free account
hub / github.com/jasperproject/jasper-client / __init__

Method __init__

client/notifier.py:13–15  ·  view source on GitHub ↗
(self, gather, timestamp)

Source from the content-addressed store, hash-verified

11 class NotificationClient(object):
12
13 def __init__(self, gather, timestamp):
14 self.gather = gather
15 self.timestamp = timestamp
16
17 def run(self):
18 self.timestamp = self.gather(self.timestamp)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected