makeUnifiedCall#

swordfish.function.makeUnifiedCall()#

Generate metacode for function call. Use function eval to execute the metacode. The difference between makeUnifiedCall and the template function unifiedCall is that makeUnifiedCall doesn’t execute the metacode.

Parameters:
  • func (Constant) – A function.

  • args (Constant) – A tuple. Each element is a parameter of func.