Files
Pyarmor-Static-Unpack-1shot/tests/tokenized/unpack_assign.txt
2019-10-04 14:33:38 -07:00

5 lines
84 B
Plaintext

x = ( 1 , 2 , 3 ) <EOL>
( a , b , c ) = x <EOL>
x = ( 1 , ) <EOL>
( a , ) = x <EOL>