forked from VimPlug/jedi
tuple tests
This commit is contained in:
@@ -15,3 +15,9 @@ a1, b1 = (1, "")
|
||||
a1.real
|
||||
#? ['lower']
|
||||
b1.lower
|
||||
|
||||
(a2, b2) = (1, "")
|
||||
#? ['imag']
|
||||
a2.imag
|
||||
#? ['upper']
|
||||
b2.upper
|
||||
|
||||
Reference in New Issue
Block a user