Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
DefaultArgument.py
blob: a7843f01f1e1ff530486437496383cc6d4b811e5 [
file
] [
log
] [
blame
]
def
f
():
z
=
2
def
g
(
z
=
z
):
#pass
return
z
return
g