You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
A couple more tests
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -16,3 +16,6 @@ y ^= 1 # INPLACE_XOR
|
|||||||
x = [1,2,3,4,5]
|
x = [1,2,3,4,5]
|
||||||
x[0:1] = 1
|
x[0:1] = 1
|
||||||
x[0:3] += 1, 2, 3
|
x[0:3] += 1, 2, 3
|
||||||
|
|
||||||
|
# Is not in chained compare
|
||||||
|
x[0] is not x[1] is not x[2]
|
||||||
|
Reference in New Issue
Block a user