Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
65f60eb9011bb2c549a6d83ae31257480368ddc5
/
.
/
python
/
testData
/
inspections
/
PyCallingNonCallableInspection
/
callDictSubscriptionExpression.py
blob: 4c6d7657d59d16839eec3e87a90ffbb77cc9b79a [
file
] [
log
] [
blame
]
ops
=
{
'and'
:
all
,
'or'
:
any
}
op
=
ops
[
'or'
]
ops
[
'and'
]()
op
()