(self)
| 4320 | class LimitedCAPIOutputTests(unittest.TestCase): |
| 4321 | |
| 4322 | def setUp(self): |
| 4323 | self.clinic = _make_clinic(limited_capi=True) |
| 4324 | |
| 4325 | @staticmethod |
| 4326 | def wrap_clinic_input(block): |
nothing calls this directly
no test coverage detected