Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
negativeIf.py
blob: c91c297128730a858cf3808065d24f033a368254 [
file
] [
log
] [
blame
]
def
f
(
x
):
if
x
:
return
x
return
x
.
upper
(),
2
+
x