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

Method __ge__

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

Source from the content-addressed store, hash-verified

351 self.log_operation('C.__le__')
352 return NotImplemented
353 def __ge__(self, other):
354 self.log_operation('C.__ge__')
355 return NotImplemented
356
357class V(OperationLogger):
358 """Virtual subclass of B"""

Callers

nothing calls this directly

Calls 1

log_operationMethod · 0.80

Tested by

no test coverage detected