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

Method read_tapes

Compiler/program.py:904–907  ·  view source on GitHub ↗
(cls, schedule)

Source from the content-addressed store, hash-verified

902
903 @classmethod
904 def read_tapes(cls, schedule):
905 lines = cls.read_schedule(schedule)
906 for tapename in lines[2].split(" "):
907 yield tapename.strip().split(":")[0]
908
909 @classmethod
910 def read_n_threads(cls, schedule):

Callers 3

prep-usage.pyFile · 0.80
memory-usage.pyFile · 0.80
decompile.pyFile · 0.80

Calls 2

read_scheduleMethod · 0.80
splitMethod · 0.45

Tested by

no test coverage detected