forked from VimPlug/jedi
add __iter__method to InstanceElement, because it's needed for arrays
This commit is contained in:
@@ -154,9 +154,9 @@ def a(): return ''
|
||||
|
||||
class C():
|
||||
def __init__(self):
|
||||
self.a = (int(1)).real
|
||||
self.a = (str()).upper()
|
||||
|
||||
#? int()
|
||||
#? str()
|
||||
C().a
|
||||
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user