MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / __cmp__

Method __cmp__

python/lineardisassembly.py:550–553  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

548 return LinearViewCursor.compare(self, other) >= 0
549
550 def __cmp__(self, other):
551 if not isinstance(other, self.__class__):
552 return NotImplemented
553 return LinearViewCursor.compare(self, other)
554
555 @property
556 def before_begin(self):

Callers

nothing calls this directly

Calls 1

compareMethod · 0.45

Tested by

no test coverage detected