Searched defs:Nope (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_select.py11 class Nope: class in class:SelectTestCase
20 self.assertRaises(TypeError, select.select, [self.Nope()], [], [])
H A Dtest_poll.py112 class Nope: class in function:PollTests.poll_unit_tests
119 self.assertRaises(TypeError, pollster.register, Nope(), 0)
/external/python/cpython3/Lib/test/
H A Dtest_select.py12 class Nope: class in class:SelectTestCase
21 self.assertRaises(TypeError, select.select, [self.Nope()], [], [])
H A Dtest_poll.py111 class Nope: class in function:PollTests.test_poll_unit_tests
118 self.assertRaises(TypeError, pollster.register, Nope(), 0)

Completed in 180 milliseconds