Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
findUsages
/
NestedFunctions.py
blob: ff39441de007b9ad09f2d265d9fbd932a89cd130 [
file
] [
log
] [
blame
]
xyzzy
=
False
def
foo
():
if
xyzzy
:
b
<
caret
>
ar
=
{}
else
:
bar
=
[]
def
x
():
for
y
in
enumerate
(
bar
):
pass