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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_math.py 407 class TestNoFloor(object):
410 self.assertRaises(TypeError, math.floor, TestNoFloor())
412 t = TestNoFloor()
    [all...]
  /external/python/cpython2/Lib/test/
test_math.py 407 class TestNoFloor(object):
410 self.assertRaises(TypeError, math.floor, TestNoFloor())
412 t = TestNoFloor()
    [all...]
  /external/python/cpython3/Lib/test/
test_math.py 538 class TestNoFloor:
541 self.assertRaises(TypeError, math.floor, TestNoFloor())
543 t = TestNoFloor()
    [all...]

Completed in 73 milliseconds