(self)
| 607 | self.assertEqual(results, [True]*len(thrds)) |
| 608 | |
| 609 | def test_shutdown_immediate_put_join(self): |
| 610 | return self._shutdown_put_join(True) |
| 611 | |
| 612 | def test_shutdown_put_join(self): |
| 613 | return self._shutdown_put_join(False) |
nothing calls this directly
no test coverage detected