Brian McFeeley
07/24/2019, 8:50 PM@task
def do_something(x, y):
# X is the same for each invocation
# Y is the result we're mapping over
I tried something like foo.map("two", "parameters")
, but when I print from inside these functions, only the second param contains what I expectChris White
Brian McFeeley
07/24/2019, 9:12 PMChris White
Marvin
08/05/2019, 9:46 PM