Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ read_n_threads
Method
read_n_threads
Compiler/program.py:910–911 ·
view source on GitHub ↗
(cls, schedule)
Source
from the content-addressed store, hash-verified
908
909
@classmethod
910
def
read_n_threads(cls, schedule):
911
return
int(cls.read_schedule(schedule)[0])
912
913
@classmethod
914
def
read_domain_size(cls, program):
Callers
1
memory-usage.py
File · 0.80
Calls
1
read_schedule
Method · 0.80
Tested by
no test coverage detected