HomeSort by relevance Sort by last modified time
    Searched refs:__getformat__ (Results 1 - 18 of 18) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py 15 have_getformat = hasattr(float, "__getformat__")
17 "requires __getformat__")
22 float.__getformat__("double").startswith("IEEE"),
437 self.save_formats = {'double':float.__getformat__('double'),
438 'float':float.__getformat__('float')}
445 self.assertIn(float.__getformat__('double'),
447 self.assertIn(float.__getformat__('float'),
449 self.assertRaises(ValueError, float.__getformat__, 'chicken')
450 self.assertRaises(TypeError, float.__getformat__, 1)
487 self.save_formats = {'double':float.__getformat__('double')
    [all...]
test_long_future.py 14 float.__getformat__("double").startswith("IEEE"),
test_cmath.py 284 if not float.__getformat__("double").startswith("IEEE"):
432 if float.__getformat__("double").startswith("IEEE"):
test_complex.py 500 if float.__getformat__("double").startswith("IEEE"):
507 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
514 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
test_math.py 19 float.__getformat__("double").startswith("IEEE"),
    [all...]
test_int.py 305 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
test_fractions.py 18 float.__getformat__("double").startswith("IEEE"),
test_long.py 685 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
    [all...]
test_decimal.py 65 float.__getformat__("double").startswith("IEEE"),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py 15 have_getformat = hasattr(float, "__getformat__")
17 "requires __getformat__")
22 float.__getformat__("double").startswith("IEEE"),
437 self.save_formats = {'double':float.__getformat__('double'),
438 'float':float.__getformat__('float')}
445 self.assertIn(float.__getformat__('double'),
447 self.assertIn(float.__getformat__('float'),
449 self.assertRaises(ValueError, float.__getformat__, 'chicken')
450 self.assertRaises(TypeError, float.__getformat__, 1)
487 self.save_formats = {'double':float.__getformat__('double')
    [all...]
test_long_future.py 14 float.__getformat__("double").startswith("IEEE"),
test_cmath.py 284 if not float.__getformat__("double").startswith("IEEE"):
432 if float.__getformat__("double").startswith("IEEE"):
test_complex.py 500 if float.__getformat__("double").startswith("IEEE"):
507 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
514 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
test_math.py 19 float.__getformat__("double").startswith("IEEE"),
    [all...]
test_int.py 305 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
test_fractions.py 18 float.__getformat__("double").startswith("IEEE"),
test_long.py 685 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
    [all...]
test_decimal.py 65 float.__getformat__("double").startswith("IEEE"),
    [all...]

Completed in 2536 milliseconds