Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
isinstance.py
blob: 33d5b63cfd3f161db582c515512d80429946e4e2 [
file
] [
log
] [
blame
]
s
=
1
if
(
isinstance
(
s
,
basestring
)):
s2
=
s
.
split
()
else
:
x
=
s
.