forked from VimPlug/jedi
private variables are not accessible anymore, but still completeable - fixes and tests for #56
This commit is contained in:
@@ -253,5 +253,5 @@ tuple({1})[0]
|
||||
tuple((1,))[0]
|
||||
|
||||
# implementation detail for lists, should not be visible
|
||||
##? []
|
||||
#? []
|
||||
list().__iterable
|
||||
|
||||
Reference in New Issue
Block a user