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