Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
()