mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-10 07:41:51 +08:00
Remove a test, because it's different in Python 2/3 and covered by typeshed
This commit is contained in:
@@ -267,9 +267,6 @@ for x in {1: 3.0, '': 1j}:
|
|||||||
dict().values().__iter__
|
dict().values().__iter__
|
||||||
|
|
||||||
d = dict(a=3, b='')
|
d = dict(a=3, b='')
|
||||||
# Indexing is not supported
|
|
||||||
#?
|
|
||||||
d.values()[0]
|
|
||||||
x, = d.values()
|
x, = d.values()
|
||||||
#? int() str()
|
#? int() str()
|
||||||
x
|
x
|
||||||
|
|||||||
Reference in New Issue
Block a user