MCPcopy Create free account
hub / github.com/explorerhq/sql-explorer / __init__

Method __init__

explorer/telemetry.py:49–53  ·  view source on GitHub ↗
(self, name: StatNames, value)

Source from the content-addressed store, hash-verified

47 STARTUP_STAT_COLLECTION_INTERVAL = 60 * 60 * 24 * 7 # A week
48
49 def __init__(self, name: StatNames, value):
50 self.instanceId = instance_identifier()
51 self.time = time.time()
52 self.value = value
53 self.name = name.value
54
55 @property
56 def is_summary(self):

Callers

nothing calls this directly

Calls 1

instance_identifierFunction · 0.85

Tested by

no test coverage detected