Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
UnboundSwapStrUnicode.py
blob: 090eb744fbeab5408b2df8e12e618ec3600d190b [
file
] [
log
] [
blame
]
def
f
():
bytes
,
str
=
<
warning descr
=
"Local variable 'str' might be referenced before assignment"
>
str
</
warning
>,
unicode
#fail
class
C
(
object
):
bytes
,
str
=
str
,
unicode
#pass
bytes
,
str
=
str
,
unicode
#pass