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

Method __gt__

Lib/test/test_richcmp.py:25–26  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

23 return self.x != other
24
25 def __gt__(self, other):
26 return self.x > other
27
28 def __ge__(self, other):
29 return self.x >= other

Callers 2

test_richcompareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected