HomeSort by relevance Sort by last modified time
    Searched full:have_getformat (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py 15 have_getformat = hasattr(float, "__getformat__") variable
16 requires_getformat = unittest.skipUnless(have_getformat,
21 requires_IEEE_754 = unittest.skipUnless(have_getformat and
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py 15 have_getformat = hasattr(float, "__getformat__") variable
16 requires_getformat = unittest.skipUnless(have_getformat,
21 requires_IEEE_754 = unittest.skipUnless(have_getformat and
    [all...]

Completed in 86 milliseconds