Home
last modified time | relevance | path

Searched refs:OtherFloatSubclass (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_float.py33 class OtherFloatSubclass(float): class
215 return OtherFloatSubclass(42.)
217 self.assertIs(type(float(F())), OtherFloatSubclass)
/external/python/cpython3/Lib/test/
Dtest_float.py31 class OtherFloatSubclass(float): class
216 return OtherFloatSubclass(42.)