Files
python-uncompyle6/test/simple_source/stmts/04_multi_assign.py
2016-06-19 02:31:19 -04:00

4 lines
71 B
Python

# Bug from Python 3.4 ftplib
cls_or_self, *rest = args
a, *b, c = args