Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/android12-tests-release
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
isinstance.py
blob: 33d5b63cfd3f161db582c515512d80429946e4e2 [
file
] [
log
] [
blame
] [
edit
]
s
=
1
if
(
isinstance
(
s
,
basestring
)):
s2
=
s
.
split
()
else
:
x
=
s
.