mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-18 13:52:24 +08:00
instances are basically working now, tests are not -> satisfy tests!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user