1
0
forked from VimPlug/jedi

private variables are not accessible anymore, but still completeable - fixes and tests for #56

This commit is contained in:
David Halter
2012-11-22 23:50:26 +01:00
parent 7d38fc6513
commit 936f7f9fd5
4 changed files with 38 additions and 9 deletions

View File

@@ -253,5 +253,5 @@ tuple({1})[0]
tuple((1,))[0]
# implementation detail for lists, should not be visible
##? []
#? []
list().__iterable