packages feed

canontra-0.1.0.0: test/fixtures/additions/transformed/sample.py

def pipeline(x):
    y = x + 1
    z = y * 2
    return z