Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
completion
/
isInstance.py
blob: 5a7408e4e91344d9fc1e580261b788e9a4a5d262 [
file
] [
log
] [
blame
]
class
Foo
:
def
xyzzy
(
self
):
pass
def
x
(
p
):
if
isinstance
(
p
,
Foo
):
p
.
xy
<
caret
>