forked from VimPlug/jedi
Fix getattr completions on very weird cases, fixes #1573
This commit is contained in:
@@ -419,6 +419,13 @@ GetattrArray().something[0]
|
||||
#? []
|
||||
GetattrArray().something
|
||||
|
||||
class WeirdGetattr:
|
||||
class __getattr__():
|
||||
pass
|
||||
|
||||
#? []
|
||||
WeirdGetattr().something
|
||||
|
||||
|
||||
# -----------------
|
||||
# private vars
|
||||
|
||||
Reference in New Issue
Block a user