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
Instead of hard-coding the class name, use ``self.__class__``. If
someone wants to subclass ArraySequence, they do not have to overwrite
the methods hard-coding the class name.
0 commit comments