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

Class Int

Lib/test/test_heapq.py:351–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349
350 def test_merge_stability(self):
351 class Int(int):
352 pass
353 inputs = [[], [], [], []]
354 for i in range(20000):
355 stream = random.randrange(4)

Callers 1

test_merge_stabilityMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_merge_stabilityMethod · 0.56