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