.. !!!AUTO!!! (remove this comment to edit) .. include:: operator-aliases.rst .. testsetup:: * import rx .. currentmodule:: rx .. _operator-header-skip_last: .. _operator-header-skip_last_with_time: Skip last ========= .. seealso:: - Official ReactiveX documentation: `SkipLast `_ .. _operator-skip_last: .. automethod:: Observable.skip_last .. image:: /img/reactivex/operators/skipLast.png :align: center .. _operator-skip_last_with_time: .. automethod:: Observable.skip_last_with_time .. image:: /img/reactivex/operators/skipLastWithTime.png :align: center