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

Method __le__

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

Source from the content-addressed store, hash-verified

337 self.log_operation('B.__eq__')
338 return NotImplemented
339 def __le__(self, other):
340 self.log_operation('B.__le__')
341 return NotImplemented
342 def __ge__(self, other):
343 self.log_operation('B.__ge__')
344 return NotImplemented

Callers

nothing calls this directly

Calls 1

log_operationMethod · 0.80

Tested by

no test coverage detected