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

Method __init__

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

Source from the content-addressed store, hash-verified

34
35class GenericOracleMessage(Message):
36 def __init__(self, params: LDTParameters, length, name=""):
37 super().__init__(params, name)
38 self.len = length
39
40 def auth_path_size(self):
41 if self.queries() == 0:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected