Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ left
Method
left
python/highlevelil.py:986–987 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
984
class
HighLevelILCarryBase(HighLevelILInstruction, Arithmetic):
985
@property
986
def
left(self) -> HighLevelILInstruction:
987
return
self.get_expr(0)
988
989
@property
990
def
right(self) -> HighLevelILInstruction:
Callers
nothing calls this directly
Calls
1
get_expr
Method · 0.45
Tested by
no test coverage detected