Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
LocalFunctionAndVariable.py
blob: 8c38281c6710f8d032aac891f2dcb8d015b4ddad [
file
] [
log
] [
blame
]
def
x
(
arg
):
def
foo
():
pass
if
arg
:
foo
=
None
callee
(
foo
)
#pass