Home | History | Annotate | Download | only in test

Lines Matching full:shuge

484         shuge = '12345' * 120
487 namespace = {'huge': huge, 'mhuge': mhuge, 'shuge': shuge, 'math': math}
506 # XXX Perhaps float(shuge) can raise OverflowError on some box?
508 self.assertNotEqual(float(shuge), int(shuge),
509 "float(shuge) should not equal int(shuge)")