Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/pie-dev
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
DefinedInTryUsedAfter.py
blob: 415aef387c27bafb662d934ccaf34479c9152cd9 [
file
] [
log
] [
blame
] [
edit
]
def
f
():
try
:
result
=
bool
(
2
)
finally
:
pass
return
result
#pass