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

Method expand

Compiler/instructions_base.py:1488–1490  ·  view source on GitHub ↗

Expand this into a sequence of RISC instructions.

(self)

Source from the content-addressed store, hash-verified

1486 self.expand()
1487
1488 def expand(self):
1489 """ Expand this into a sequence of RISC instructions. """
1490 raise NotImplementedError('expand method must be implemented')
1491
1492
1493class InvertInstruction(Instruction):

Callers 3

__init__Method · 0.95
expandMethod · 0.45
expandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected