Support Python 2 slicing on ListWrapper.
"Deprecated since version 2.0: Support slice objects as parameters to the __getitem__() method. (However, built-in types in CPython currently still implement __getslice__(). Therefore, you have to override it in derived classes when implementing slicing.)" PiperOrigin-RevId: 229397602
Loading
Please sign in to comment