mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
14 lines
131 B
Python
14 lines
131 B
Python
def openbrace():
|
|
asdf = 3
|
|
asdf
|
|
asdf(
|
|
return 1
|
|
|
|
#? ['real']
|
|
openbrace().real
|
|
|
|
blub([
|
|
#? ['real']
|
|
openbrace().real
|
|
|