MCPcopy Create free account
hub / github.com/WizardOfMenlo/stir / __init__

Method __init__

scripts/protocol.py:9–12  ·  view source on GitHub ↗
(self, params : LDTParameters, name="")

Source from the content-addressed store, hash-verified

7
8class Message:
9 def __init__(self, params : LDTParameters, name=""):
10 self.name = name
11 self.query_num = 0
12 self.params = params
13
14 def query(self, num = 1):
15 self.query_num += num

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected