mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Fix some more dict.get/dict.values stuff
This commit is contained in:
@@ -35,12 +35,6 @@ next(open(''))
|
||||
#? ['__itemsize__']
|
||||
tuple.__itemsize__
|
||||
|
||||
#? ['__iter__']
|
||||
dict().values().__iter__
|
||||
|
||||
#? int()
|
||||
dict(a=3).values()[0]
|
||||
|
||||
# -----------------
|
||||
# type() calls with one parameter
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user