server_job.py | 510 """Wrap function as appropriate for calling by parallel_simple.""" 552 def parallel_simple(self, function, machines, log=True, timeout=None, member in class:base_server_job 555 Run 'function' using parallel_simple, with an extra wrapper to handle 572 return subcommand.parallel_simple(wrapper, machines, 586 results = self.parallel_simple(function, machines, timeout=timeout, [all...] |