File: expr_statement.py

package info (click to toggle)
rust-libcst 1.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 944 kB
  • sloc: python: 942; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
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