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

Method __eq__

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

Source from the content-addressed store, hash-verified

334
335class B(OperationLogger, metaclass=ABCMeta):
336 def __eq__(self, other):
337 self.log_operation('B.__eq__')
338 return NotImplemented
339 def __le__(self, other):
340 self.log_operation('B.__le__')
341 return NotImplemented

Callers

nothing calls this directly

Calls 1

log_operationMethod · 0.80

Tested by

no test coverage detected