MCPcopy
hub / github.com/aosabook/500lines / start

Method start

cluster/code/cluster.py:498–501  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

496 self.callback = callback
497
498 def start(self):
499 self.node.send([self.node.address], Invoke(caller=self.node.address,
500 client_id=self.client_id, input_value=self.n))
501 self.invoke_timer = self.set_timer(INVOKE_RETRANSMIT, self.start)
502
503 def do_Invoked(self, sender, client_id, output):
504 if client_id != self.client_id:

Callers 1

make_requestMethod · 0.95

Calls 2

sendMethod · 0.45
set_timerMethod · 0.45

Tested by 1

make_requestMethod · 0.76