MCPcopy Index your code
hub / github.com/RustPython/RustPython / __gt__

Method __gt__

extra_tests/snippets/builtin_list.py:266–267  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

264 self.x = x
265
266 def __gt__(self, other):
267 return self.x > other.x
268
269
270lst.sort(key=C)

Callers 6

builtin_object.pyFile · 0.45
builtin_range.pyFile · 0.45
builtin_bytes.pyFile · 0.45
builtin_none.pyFile · 0.45
builtin_int.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected