Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/szhu/sublistalias


https://github.com/szhu/sublistalias

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

SublistAlias
============

`SublistAlias` is a proxy object for Python list slices. You can use
`SublistAlias`es in places where normal lists can be used, but unlike modifying
a slice, modifying the `SublistAlias` will modify the original list, not a copy.

Check out [sublistalias.py]() for docstring examples.