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

Method __ge__

Lib/test/test_binop.py:342–344  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

340 self.log_operation('B.__le__')
341 return NotImplemented
342 def __ge__(self, other):
343 self.log_operation('B.__ge__')
344 return NotImplemented
345
346class C(B):
347 def __eq__(self, other):

Callers

nothing calls this directly

Calls 1

log_operationMethod · 0.80

Tested by

no test coverage detected