Example from rx import from_, interval, operators as op test = from_(["A", "B", "C", "D"]) sub1 = test.pipe( op.group_by(lambda v: v[0]). ).
確定! 回上一頁