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