Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyRedundantParenthesesInspection
/
Yield.py
blob: bb1e31e104b5933ee7343aeedccc85d03b68d493 [
file
] [
log
] [
blame
]
def
foo
():
if
(
yield
1
):
pass