Implement missing functionality for indexing and slicing.
- Call either the item functions (e.g. __getitem__) or slicing function (e.g. __getslice__) to match the CPython behavior. - Implement __getslice, __setslice__, __delslice__, for lists. - Implement __setslice__ for strings. - Some refactoring of common functionality for indexing and slicing. - A lot of tests.
Showing
Please register or sign in to comment