(cls, conn)
| 5234 | |
| 5235 | @classmethod |
| 5236 | def _test_level(cls, conn): |
| 5237 | logger = multiprocessing.get_logger() |
| 5238 | conn.send(logger.getEffectiveLevel()) |
| 5239 | |
| 5240 | @warnings_helper.ignore_fork_in_thread_deprecation_warnings() |
| 5241 | def test_level(self): |
nothing calls this directly
no test coverage detected