Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyCompatibilityInspection
/
basestring.py
blob: 4d2a0c5209a1d79d9a5cd5741c9c5cd928ada43c [
file
] [
log
] [
blame
]
isinstance
(
"str"
,
<
warning descr
=
"basestring type is not available in py3"
>
basestring
</
warning
>)
class
basestring
:
pass
isinstance
(
"str"
,
basestring
)