MCPcopy Create free account
hub / github.com/python/cpython / test_long_aspid

Method test_long_aspid

Lib/test/test_capi/test_long.py:337–338  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

_test_long_aspidMethod · 0.95

Tested by

no test coverage detected