mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
instances are basically working now, tests are not -> satisfy tests!
This commit is contained in:
@@ -34,8 +34,12 @@ b2.upper
|
||||
|
||||
# list assignment
|
||||
[list1, list2] = (1, "")
|
||||
#? []
|
||||
list1.index
|
||||
#? ['real']
|
||||
list1.real
|
||||
#? []
|
||||
list1.lower
|
||||
#? ['lower']
|
||||
list2.lower
|
||||
#? []
|
||||
|
||||
Reference in New Issue
Block a user