mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
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