(self)
| 808 | class BaseFutureDoneCallbackTests(): |
| 809 | |
| 810 | def setUp(self): |
| 811 | super().setUp() |
| 812 | self.loop = self.new_test_loop() |
| 813 | |
| 814 | def run_briefly(self): |
| 815 | test_utils.run_briefly(self.loop) |
nothing calls this directly
no test coverage detected