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