Home
last modified time | relevance | path

Searched refs:OtherFloatSubclass (Results 1 – 1 of 1) 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)