MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / start

Method start

Compiler/types.py:111–114  ·  view source on GitHub ↗
(self, runtime_arg = None)

Source from the content-addressed store, hash-verified

109 self.run_handles = []
110
111 def start(self, runtime_arg = None):
112 self.running += 1
113 self.run_handles.append(program.run_tape(self.tape_handle, \
114 runtime_arg or self.runtime_arg))
115
116 def join(self):
117 if not self.running:

Callers

nothing calls this directly

Calls 2

appendMethod · 0.45
run_tapeMethod · 0.45

Tested by

no test coverage detected