1
0
forked from VimPlug/jedi

instances are basically working now, tests are not -> satisfy tests!

This commit is contained in:
David Halter
2012-05-01 04:59:40 +02:00
parent 0d083782ab
commit c0d9cbf0b6
7 changed files with 195 additions and 66 deletions

View File

@@ -2,6 +2,8 @@ def openbrace():
asdf = 3
asdf
asdf(
#? ['real']
asdf.real
return 1
#? ['real']
@@ -11,3 +13,17 @@ blub([
#? ['real']
openbrace().real
def indentfault():
asd(
indentback
#? []
indentfault().
def openbrace2():
asd(
def normalfunc():
return 1
#? ['real']
normalfunc().real