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

Method __le__

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

Source from the content-addressed store, hash-verified

360 self.log_operation('V.__eq__')
361 return NotImplemented
362 def __le__(self, other):
363 self.log_operation('V.__le__')
364 return NotImplemented
365 def __ge__(self, other):
366 self.log_operation('V.__ge__')
367 return NotImplemented

Callers

nothing calls this directly

Calls 1

log_operationMethod · 0.80

Tested by

no test coverage detected