示例#1
0
 def create():
     return xs.pipe(ops.timeout(100, ys))
示例#2
0
 def create():
     return xs.pipe(ops.timeout(500, None))
示例#3
0
 def create():
     return xs.pipe(ops.timeout(205))
示例#4
0
 def create():
     return xs.pipe(ops.timeout(datetime.utcfromtimestamp(400), ys))