Пример #1
0
 def create():
     return left.pipe(ops.take_until(right))
Пример #2
0
 def create():
     return l.pipe(ops.take_until(r))