Home | History | Annotate | Download | only in test

Lines Matching full:have_getformat

15 have_getformat = hasattr(float, "__getformat__")
16 requires_getformat = unittest.skipUnless(have_getformat,
21 requires_IEEE_754 = unittest.skipUnless(have_getformat and