Files
jedi/test/completion/invalid.py
2012-07-13 01:00:44 +02:00

56 lines
588 B
Python

from a import (b
def blub():
return 0
def openbrace():
asdf = 3
asdf
asdf(
#? int()
asdf
return 1
#? int()
openbrace()
blub([
#? int()
openbrace()
def indentfault():
asd(
indentback
#? []
indentfault().
def openbrace2():
asd(
def normalfunc():
return 1
##? int()
normalfunc()
# first part not complete (raised errors)
if a
a
else:
#? ['AttributeError']
AttributeError
try
#? ['AttributeError']
except AttributeError
pass
finally:
pass
#? ['isinstance']
if isi
try:
except TypeError:
#? str()
""