mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 15:24:46 +08:00
builtin_methods calculation of iterable works now with the mro.
This commit is contained in:
@@ -132,7 +132,7 @@ list({a - 1: 3 for a in [1]})[0]
|
||||
d = {a - 1: b for a, b in {1: 'a', 3: 1.0}.items()}
|
||||
#? int()
|
||||
list(d)[0]
|
||||
#? str()
|
||||
#? str() float()
|
||||
d.values()[0]
|
||||
#? str()
|
||||
d[0]
|
||||
|
||||
Reference in New Issue
Block a user