MCPcopy Index your code
hub / github.com/python/cpython / h

Class h

Lib/test/test_heapq.py:603–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601 def test_comparison_operator_modifying_heap_two_heaps(self):
602
603 class h(int):
604 def __lt__(self, o):
605 list2.clear()
606 return NotImplemented
607
608 class g(int):
609 def __lt__(self, o):

Callers 9

test_mro_conflictsMethod · 0.70
iMethod · 0.70
iMethod · 0.70
hMethod · 0.70
testLambdasMethod · 0.70
testNestedNonLocalMethod · 0.70

Calls

no outgoing calls

Tested by 9

test_mro_conflictsMethod · 0.56
iMethod · 0.56
iMethod · 0.56
hMethod · 0.56
testLambdasMethod · 0.56
testNestedNonLocalMethod · 0.56