Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ up
Method
up
python/examples/triage/byte.py:640–641 ·
view source on GitHub ↗
(self, selecting)
Source
from the content-addressed store, hash-verified
638
self.viewport().update()
639
640
def
up(self, selecting):
641
self.left(self.cols, selecting)
642
643
def
down(self, selecting):
644
self.right(self.cols, selecting)
Callers
1
__init__
Method · 0.95
Calls
1
left
Method · 0.95
Tested by
no test coverage detected