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