Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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
>