mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
iteration problem test
This commit is contained in:
@@ -208,6 +208,13 @@ f()
|
|||||||
#? 9 ['str']
|
#? 9 ['str']
|
||||||
{str: str}
|
{str: str}
|
||||||
|
|
||||||
|
# iteration problem (detected with sith)
|
||||||
|
d = dict({'a':''})
|
||||||
|
def y(a):
|
||||||
|
return a
|
||||||
|
#? str()
|
||||||
|
y(**d)
|
||||||
|
|
||||||
# -----------------
|
# -----------------
|
||||||
# with variable as index
|
# with variable as index
|
||||||
# -----------------
|
# -----------------
|
||||||
|
|||||||
Reference in New Issue
Block a user