Files
RustPython/vm
Oscar Shrimpton b86e803fec Implement .indices(len) of slice (Fixes #1431)
range.__getitem now also uses slice.indices() internally.
CPython: https://github.com/python/cpython/blob/master/Objects/sliceobject.c#L373
2019-10-20 20:27:08 +01:00
..
2019-10-11 15:48:56 -05:00
2018-07-07 17:14:45 +02:00