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