Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
RedundantParenthesesBoolean.py
blob: 2eb3a310bf98c82ac1a1752d298a07cbed94eadc [
file
] [
log
] [
blame
]
settings
=
(
'foreground'
,)
old_value
=
None
new_value
=
None
if
(
'foreground'
in
settings
)
and
<
weak_warning descr
=
"Remove redundant parentheses"
><
caret
>((
old_value
)
or
(
new_value
))</
weak_warning
>:
pass