MCPcopy Create free account
hub / github.com/python/cpython / __ne__

Method __ne__

Lib/test/test_unittest/testmock/testhelpers.py:52–52  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

50 class Foo(object):
51 def __eq__(self, other): pass
52 def __ne__(self, other): pass
53
54 for d in datetime.now(), Foo():
55 mock.reset_mock()

Callers 1

test_timer_comparisonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected