Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ run_tape
Method
run_tape
Compiler/program.py:400–401 ·
view source on GitHub ↗
(self, tape_index, arg)
Source
from the content-addressed store, hash-verified
398
return
tape_index
399
400
def
run_tape(self, tape_index, arg):
401
return
self.run_tapes([[tape_index, arg]])[0]
402
403
def
run_tapes(self, args):
404
""
"Run tapes in parallel. See :py:func:`new_tape`
for
an example.
Callers
2
start
Method · 0.45
run_tapes
Method · 0.45
Calls
1
run_tapes
Method · 0.95
Tested by
no test coverage detected