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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_select.py 14 class Almost:
21 self.assertRaises(TypeError, select.select, [self.Almost()], [], [])
test_poll.py 107 class Almost:
112 self.assertRaises(TypeError, pollster.register, Almost(), 0)
  /external/python/cpython2/Lib/test/
test_select.py 14 class Almost:
21 self.assertRaises(TypeError, select.select, [self.Almost()], [], [])
test_poll.py 115 class Almost:
120 self.assertRaises(TypeError, pollster.register, Almost(), 0)
  /external/python/cpython3/Lib/test/
test_select.py 15 class Almost:
22 self.assertRaises(TypeError, select.select, [self.Almost()], [], [])
test_poll.py 111 class Almost:
116 self.assertRaises(TypeError, pollster.register, Almost(), 0)

Completed in 2131 milliseconds