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