Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
completion
/
isInstance.after.py
blob: 81a1b1b2064e477dbac87a99b069cda360cad1b1 [
file
] [
log
] [
blame
]
class
Foo
:
def
xyzzy
(
self
):
pass
def
x
(
p
):
if
isinstance
(
p
,
Foo
):
p
.
xyzzy
()