Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
override
/
instanceCheck_after.py
blob: 41bea75888a85b28b84de0457155c222408f105e [
file
] [
log
] [
blame
]
class
MyType
(
type
):
def
__instancecheck__
(
cls
,
instance
):
<
selection
>
return
super
(
MyType
,
cls
).
__instancecheck__
(
instance
)</
selection
>