Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Unorderable
Class
Unorderable
Lib/test/test_pprint.py:105–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
d: int = 1
104
105
class
Unorderable:
106
def
__repr__(self):
107
return
str(id(self))
108
109
# Class Orderable is orderable with any type
110
class
Orderable:
Callers
2
test_sort_unorderable_values
Method · 0.85
test_sort_orderable_and_unorderable_values
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_sort_unorderable_values
Method · 0.68
test_sort_orderable_and_unorderable_values
Method · 0.68