libcst 1.8.6

A Python parser and Concrete Syntax Tree library.
Documentation
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