(self)
| 535 | self.assertEqual(results, [True]*len(thrds)) |
| 536 | |
| 537 | def test_shutdown_put(self): |
| 538 | return self._shutdown_put(False) |
| 539 | |
| 540 | def test_shutdown_immediate_put(self): |
| 541 | return self._shutdown_put(True) |
nothing calls this directly
no test coverage detected