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

Class NotificationClient

client/notifier.py:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9class Notifier(object):
10
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)
19
20 def __init__(self, profile):
21 self._logger = logging.getLogger(__name__)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected