blob: 41bea75888a85b28b84de0457155c222408f105e [file] [log] [blame]
class MyType(type):
def __instancecheck__(cls, instance):
<selection>return super(MyType, cls).__instancecheck__(instance)</selection>