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

Method __init__

scripts/protocol.py:221–224  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

219
220class Round:
221 def __init__(self):
222 self.stopped = False
223 self.message_list = []
224 self.lastOracle = None
225
226 def stop_protocol(self):
227 self.stopped = True

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected