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

Method base_protocol

Compiler/compilerLib.py:309–311  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

307 self.parser = parser
308
309 def base_protocol(self):
310 if self.options.execute:
311 return re.sub("-(prep|online)$", "", self.options.execute)
312
313 def parse_args(self):
314 self.options, self.args = self.parser.parse_args(self.custom_args)

Callers 2

parse_argsMethod · 0.95
build_programMethod · 0.95

Calls 1

subMethod · 0.45

Tested by

no test coverage detected