Home
last modified time | relevance | path

Searched refs:exception_throwing_generator (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1128 def exception_throwing_generator(total, when): function
1193 it = self.pool.imap(sqr, exception_throwing_generator(10, 3), 1)
1199 it = self.pool.imap(sqr, exception_throwing_generator(20, 7), 2)
1203 it = self.pool.imap(sqr, exception_throwing_generator(20, 7), 4)
1220 exception_throwing_generator(10, 3),
1231 exception_throwing_generator(20, 7),