You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows to actually iterate through sources without having to
implement __iter__(). Also, other methods like append() or clear()
are already implemented in MutableSequence. __contains__(), remove()
and count() remain reimplemented as they allow to perform the actions
by location.
Signed-off-by: Nikola Forró <[email protected]>
0 commit comments