Ejemplo n.º 1
0
 def __init__(self):
   Pipe.__init__(self, nil0, str1, num_required_args=1, default_args=[strlit('')])
Ejemplo n.º 2
0
 def __init__(self):
   #TODO: allow input, i.e.: [3,5,4] | `sort -n` | int ==> [3,4,5]
   Pipe.__init__(self, nil0, str1, num_required_args=1)
Ejemplo n.º 3
0
 def __init__(self):
   Pipe.__init__(self, str1, str0, 1, [strlit('')])
Ejemplo n.º 4
0
 def __init__(self):
   Pipe.__init__(self, ArbType(1), num_required_args=1)
   self.derived_type_arg_index = 0
Ejemplo n.º 5
0
 def __init__(self):
   a = ArbType(2)
   Pipe.__init__(self, a, a.deepen(-1))
Ejemplo n.º 6
0
 def __init__(self):
   Pipe.__init__(self, ArbType(1))
Ejemplo n.º 7
0
 def __init__(self):
   Pipe.__init__(self, int1, int0)
Ejemplo n.º 8
0
 def __init__(self):
   Pipe.__init__(self, str0, num_required_args=1, default_args=[strlit(None)])
Ejemplo n.º 9
0
 def __init__(self):
   Pipe.__init__(self, str0, int0)
Ejemplo n.º 10
0
 def __init__(self):
   Pipe.__init__(self, int0, str0)
Ejemplo n.º 11
0
 def __init__(self):
   Pipe.__init__(self, ArbType(0), str0)
Ejemplo n.º 12
0
 def __init__(self):
   Pipe.__init__(self, ArbType(0), int0)
Ejemplo n.º 13
0
 def __init__(self):
   Pipe.__init__(self, str0, str1, 1, [strlit(None)])
Ejemplo n.º 14
0
 def __init__(self):
   Pipe.__init__(self, str1, num_required_args=1)
Ejemplo n.º 15
0
 def __init__(self):
   a = ArbType(1)
   Pipe.__init__(self, a, a.deepen(1), 1)
Ejemplo n.º 16
0
 def __init__(self):
   Pipe.__init__(self, ArbType(1), num_required_args=1, default_args=[intlit(10)])
Ejemplo n.º 17
0
 def __init__(self):
   Pipe.__init__(self, ArbType(0), nil0, 1, ['\n'])