Searched refs:OtherFloatSubclass (Results 1 – 1 of 1) sorted by relevance
33 class OtherFloatSubclass(float): class215 return OtherFloatSubclass(42.)217 self.assertIs(type(float(F())), OtherFloatSubclass)