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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_int.py 328 class Foo0:
352 self.assertEqual(int(Foo0()), 42)
test_str.py 40 class Foo0:
89 self.assertTrue(str(Foo0()).startswith("<")) # this is different from __unicode__
test_long.py 466 class Foo0:
490 self.assertEqual(long(Foo0()), 42L)
    [all...]
test_float.py 126 class Foo0:
159 self.assertAlmostEqual(float(Foo0()), 42.)
    [all...]
test_unicode.py     [all...]
  /external/python/cpython2/Lib/test/
test_int.py 412 class Foo0:
436 self.assertEqual(int(Foo0()), 42)
test_str.py 55 class Foo0:
104 self.assertTrue(str(Foo0()).startswith("<")) # this is different from __unicode__
test_long.py 489 class Foo0:
513 self.assertEqual(long(Foo0()), 42L)
    [all...]
test_float.py 166 class Foo0:
199 self.assertAlmostEqual(float(Foo0()), 42.)
    [all...]
test_unicode.py     [all...]
  /external/python/cpython3/Lib/test/
test_int.py 353 class Foo0:
357 self.assertEqual(int(Foo0()), 42)

Completed in 538 milliseconds