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