Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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