blob: 41bea75888a85b28b84de0457155c222408f105e [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001class MyType(type):
2 def __instancecheck__(cls, instance):
3 <selection>return super(MyType, cls).__instancecheck__(instance)</selection>