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

Method down

python/examples/triage/byte.py:643–644  ·  view source on GitHub ↗
(self, selecting)

Source from the content-addressed store, hash-verified

641 self.left(self.cols, selecting)
642
643 def down(self, selecting):
644 self.right(self.cols, selecting)
645
646 def pageUp(self, selecting):
647 for i in range(0, len(self.lines)):

Callers 1

__init__Method · 0.95

Calls 1

rightMethod · 0.95

Tested by

no test coverage detected