Exemplo n.º 1
0
 def create():
     return left.pipe(ops.take_until(right))
Exemplo n.º 2
0
 def create():
     return l.pipe(ops.take_until(r))