1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 17:59:10 +03:00
semantic/test/fixtures/python/slice.B.py

5 lines
29 B
Python
Raw Normal View History

2017-07-13 01:34:17 +03:00
c[4:5, ...]
a[:]
d[3:]
e[::]