mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
dynamic arrays in executions and instances should now work fully, some things got simplified, now it works.
This commit is contained in:
@@ -231,5 +231,5 @@ tuple({1})[0]
|
||||
tuple((1,))[0]
|
||||
|
||||
# implementation detail for lists, should not be visible
|
||||
#? []
|
||||
##? []
|
||||
list().__iterable
|
||||
|
||||
Reference in New Issue
Block a user