Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szhu/sublistalias
https://github.com/szhu/sublistalias
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/szhu/sublistalias
- Owner: szhu
- Created: 2016-02-02T14:21:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T14:41:15.000Z (almost 9 years ago)
- Last Synced: 2024-04-11T15:52:57.610Z (9 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.