Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
ParamAfterTryExcept.py
blob: 608548faa78b7599e952a12c98186d9e9d7ee0cb [
file
] [
log
] [
blame
]
def
f
(
x
):
try
:
pass
except
Exception
:
pass
print
(
x
)
#pass