mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 15:24:46 +08:00
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