Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
DefaultArgument.py
blob: a7843f01f1e1ff530486437496383cc6d4b811e5 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a5
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
def
f
():
2
z
=
2
3
def
g
(
z
=
z
):
#pass
4
return
z
5
return
g