MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / comparable

Class comparable

tests/unit/test_sortedset.py:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77 def test_copy(self):
78 class comparable(object):
79 def __lt__(self, other):
80 return id(self) < id(other)
81
82 o = comparable()
83 ss = sortedset([comparable(), o])

Callers 1

test_copyMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_copyMethod · 0.68