Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
copyPaste
/
multiLine
/
IndentTryExcept.after.py
blob: 467ae710d228d0c146252b3258831bbfb6420877 [
file
] [
log
] [
blame
]
try
:
return
dct
[
key
]
except
KeyError
:
pass
a
=
1