def example_3(): """Demonstrates the use of the map() convenience function. """ exc = cfut.CondorExecutor(False) print(list(cfut.map(exc, square, [5, 7, 11])))
def example_3(): """Demonstrates the use of the map() convenience function. """ exc = cfut.CondorExecutor(False) print list(cfut.map(exc, square, [5, 7, 11]))