예제 #1
0
 def create():
     return left.pipe(ops.take_until(right))
예제 #2
0
 def create():
     return l.pipe(ops.take_until(r))