Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyRedundantParenthesesInspection
/
YieldFrom.py
blob: d1e7440026064a1ebd84dd6bcd1e8c5b25539028 [
file
] [
log
] [
blame
]
def
method_name
(
in1
):
return
(
yield
from
func
(
in1
))