Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
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
>