def conv(x, y, mode=2): 'convolve x with y' return convolve(x,y,mode)
def conv(x, y, mode=2): 'convolve x with y' return convolve(x, y, mode)