We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
Nice!
One note: after adjusting negative start and stop values in '__getitem_slice' you need to add the bound check like '__getitem__' does, i.e. 'if index < 0 or index >= self._len:'
Nice!
One note: after adjusting negative start and stop values in '__getitem_slice' you need to add the bound check like '__getitem__' does, i.e. 'if index < 0 or index >= self._len:'