mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
61 lines
629 B
Python
61 lines
629 B
Python
#? ['upper']
|
|
str()).upper
|
|
|
|
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()
|
|
""
|
|
|
|
#? []
|
|
int()).
|