```>>> @pants.rule(int, (Select(int), Sel...
# development
w
Copy code
>>> @pants.rule(int, (Select(int), Select(int)))
>>> def myfunc(x, y):
...    return x + y