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

Method __le__

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

Source from the content-addressed store, hash-verified

348 self.log_operation('C.__eq__')
349 return NotImplemented
350 def __le__(self, other):
351 self.log_operation('C.__le__')
352 return NotImplemented
353 def __ge__(self, other):
354 self.log_operation('C.__ge__')
355 return NotImplemented

Callers

nothing calls this directly

Calls 1

log_operationMethod · 0.80

Tested by

no test coverage detected