Home | History | Annotate | Download | only in test

Lines Matching full:shuge

748         shuge = '12345' * 120
751 namespace = {'huge': huge, 'mhuge': mhuge, 'shuge': shuge, 'math': math}
768 # XXX Perhaps float(shuge) can raise OverflowError on some box?
770 self.assertNotEqual(float(shuge), int(shuge),
771 "float(shuge) should not equal int(shuge)")