(self)
| 2344 | convert(badid) |
| 2345 | |
| 2346 | def test_lookup_exists(self): |
| 2347 | interpid = self.new_interpreter() |
| 2348 | self.assertTrue( |
| 2349 | _testinternalcapi.interpreter_exists(interpid)) |
| 2350 | |
| 2351 | def test_lookup_does_not_exist(self): |
| 2352 | interpid = _testinternalcapi.unused_interpreter_id() |
nothing calls this directly
no test coverage detected