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