示例#1
0
 def execute(self, fields=[], cofields=[]):
     """Execute the LAMProgram."""
     ocaml.lam_execute(self.get_lam(), self.get_prog_name(), fields,
                       cofields)
示例#2
0
 def execute(self, fields=[], cofields=[]):
     """Execute the LAMProgram."""
     ocaml.lam_execute(self.get_lam(), self.get_prog_name(),
                       fields, cofields)