MCPcopy Create free account
hub / github.com/FDio/vpp / __ne__

Method __ne__

test/vpp_object.py:47–48  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

45
46 # This can be removed when python2 support is dropped.
47 def __ne__(self, other):
48 return not self.__eq__(other)
49
50
51class VppObjectRegistry:

Callers

nothing calls this directly

Calls 1

__eq__Method · 0.95

Tested by

no test coverage detected