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

Method test_long_aspid_limited

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

Source from the content-addressed store, hash-verified

338 self._test_long_aspid(_testcapi.pylong_aspid)
339
340 def test_long_aspid_limited(self):
341 self._test_long_aspid(_testlimitedcapi.pylong_aspid)
342
343 @support.bigmemtest(2**32, memuse=0.35)
344 def test_long_asnativebytes_huge(self, size):

Callers

nothing calls this directly

Calls 1

_test_long_aspidMethod · 0.95

Tested by

no test coverage detected