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

Method __init__

Compiler/instructions_base.py:1483–1486  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

1481 code = None
1482
1483 def __init__(self, *args):
1484 self.args = args
1485 self.check_args()
1486 self.expand()
1487
1488 def expand(self):
1489 """ Expand this into a sequence of RISC instructions. """

Callers 5

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 2

expandMethod · 0.95
check_argsMethod · 0.45

Tested by

no test coverage detected