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

Class WackyList1

Lib/test/test_sort.py:339–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337 return int.__lt__(self, other)
338
339 class WackyList1(list):
340 pass
341
342 class WackyList2(list):
343 def __lt__(self, other):

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…