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

Method check

Compiler/instructions_base.py:927–928  ·  view source on GitHub ↗
(cls, arg)

Source from the content-addressed store, hash-verified

925class ImmediateModpAF(IntArgFormat):
926 @classmethod
927 def check(cls, arg):
928 super(ImmediateModpAF, cls).check(arg)
929
930class ImmediateGF2NAF(IntArgFormat):
931 @classmethod

Callers

nothing calls this directly

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected