Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyCallingNonCallableInspection
/
callDictSubscriptionExpression.py
blob: 4c6d7657d59d16839eec3e87a90ffbb77cc9b79a [
file
] [
log
] [
blame
]
ops
=
{
'and'
:
all
,
'or'
:
any
}
op
=
ops
[
'or'
]
ops
[
'and'
]()
op
()