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

Method __le__

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

Source from the content-addressed store, hash-verified

326 self.log_operation('A.__eq__')
327 return NotImplemented
328 def __le__(self, other):
329 self.log_operation('A.__le__')
330 return NotImplemented
331 def __ge__(self, other):
332 self.log_operation('A.__ge__')
333 return NotImplemented

Callers 1

test_richcompareMethod · 0.45

Calls 1

log_operationMethod · 0.80

Tested by

no test coverage detected