Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
resolve
/
IsInstance.py
blob: e95a1e28c05a5a318743acf40bbfda9d4544d26a [
file
] [
log
] [
blame
]
def
my_func
(
my_arg
):
assert
isinstance
(
my_arg
,
basestring
)
print
my
<
ref
>
_arg