DEBSOURCES
Skip Quicknav
sources / rust-libcst / 1.8.5-1 / tests / fixtures / expr_statement.py
1234567891011
1 1, 2, 3 x = 1 x = 1, 2, 3 x = y = z = 1, 2, 3 x, y, z = 1, 2, 3 abc = a, b, c = x, y, z = xyz = 1, 2, (3, 4) ( ( ( ... ) ) ) a , = b