Files
openide/python/testData/resolve/StarUnpacking.py
2010-07-28 20:45:52 +04:00

4 lines
51 B
Python

*heads, tail = [1, 2, 3]
print(heads)
# <ref>