Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyRedundantParenthesesInspection
/
TryExceptNegate.py
blob: 2359b0dd4b9c34a33e44cce9e42e5b1c43d2731c [
file
] [
log
] [
blame
]
try
:
foo
()
except
(
A
,
B
):
pass