Searched refs:FooUnicode (Results 1 - 4 of 4) sorted by last modified time

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_float.py155 class FooUnicode(unicode): class in function:GeneralFloatCases.test_floatconversion
164 self.assertAlmostEqual(float(FooUnicode('8')), 9.)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_float.py155 class FooUnicode(unicode): class in function:GeneralFloatCases.test_floatconversion
164 self.assertAlmostEqual(float(FooUnicode('8')), 9.)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_float.py155 class FooUnicode(unicode): class in function:GeneralFloatCases.test_floatconversion
164 self.assertAlmostEqual(float(FooUnicode('8')), 9.)
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_float.py155 class FooUnicode(unicode): class in function:GeneralFloatCases.test_floatconversion
164 self.assertAlmostEqual(float(FooUnicode('8')), 9.)

Completed in 98 milliseconds