Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
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