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

Method __init__

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

Source from the content-addressed store, hash-verified

200
201class NonOracleMessage(Message):
202 def __init__(self, params : LDTParameters, length, name=""):
203 Message.__init__(self, params, name)
204 self.length = length
205
206 def argument_size(self):
207 return self.length * self.field_size()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected