forked from VimPlug/jedi
fixed getattr with array call
This commit is contained in:
@@ -495,6 +495,8 @@ getattr()
|
||||
getattr(str)
|
||||
#?
|
||||
getattr(getattr, 1)
|
||||
#?
|
||||
getattr(str, [])
|
||||
|
||||
|
||||
class Base():
|
||||
|
||||
Reference in New Issue
Block a user