MCPcopy 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
105class Unorderable:
106 def __repr__(self):
107 return str(id(self))
108
109# Class Orderable is orderable with any type
110class Orderable:

Calls

no outgoing calls