Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
65f60eb9011bb2c549a6d83ae31257480368ddc5
/
.
/
python
/
testData
/
inspections
/
PyCallingNonCallableInspection
/
callDictSubscriptionExpression.py
blob: 4c6d7657d59d16839eec3e87a90ffbb77cc9b79a [
file
] [
log
] [
blame
]
Tor Norbye
65f60eb
2014-07-16 18:07:37 -0700
[
diff
] [
blame^
]
1
ops
=
{
'and'
:
all
,
'or'
:
any
}
2
op
=
ops
[
'or'
]
3
ops
[
'and'
]()
4
op
()