Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
LocalFunctionAndVariable.py
blob: 8c38281c6710f8d032aac891f2dcb8d015b4ddad [
file
] [
log
] [
blame
]
def
x
(
arg
):
def
foo
():
pass
if
arg
:
foo
=
None
callee
(
foo
)
#pass