mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
builtin_methods calculation of iterable works now with the mro.
This commit is contained in:
@@ -86,9 +86,9 @@ d.values()[0]
|
||||
##? int() list
|
||||
dict(d).values()[0]
|
||||
|
||||
#? str() float()
|
||||
#? str()
|
||||
d.items()[0][0]
|
||||
#? int() list
|
||||
#? int()
|
||||
d.items()[0][1]
|
||||
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user