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