(self)
| 335 | self.check_long_asint(aspid, PID_T_MIN, PID_T_MAX) |
| 336 | |
| 337 | def test_long_aspid(self): |
| 338 | self._test_long_aspid(_testcapi.pylong_aspid) |
| 339 | |
| 340 | def test_long_aspid_limited(self): |
| 341 | self._test_long_aspid(_testlimitedcapi.pylong_aspid) |
nothing calls this directly
no test coverage detected