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

Method __eq__

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

Source from the content-addressed store, hash-verified

357class V(OperationLogger):
358 """Virtual subclass of B"""
359 def __eq__(self, other):
360 self.log_operation('V.__eq__')
361 return NotImplemented
362 def __le__(self, other):
363 self.log_operation('V.__le__')
364 return NotImplemented

Callers

nothing calls this directly

Calls 1

log_operationMethod · 0.80

Tested by

no test coverage detected