(cls)
| 7280 | |
| 7281 | @classmethod |
| 7282 | def setUpClass(cls): |
| 7283 | with warnings_helper.ignore_fork_in_thread_deprecation_warnings(): |
| 7284 | super().setUpClass() |
| 7285 | cls.manager = multiprocessing.Manager() |
| 7286 | |
| 7287 | @classmethod |
| 7288 | def tearDownClass(cls): |
nothing calls this directly
no test coverage detected