def __init__(self): a = ArbType(2) Pipe.__init__(self, a, a.deepen(-1))
def __init__(self): a = ArbType(1) Pipe.__init__(self, a, a.deepen(1), 1)