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

Method left

python/lowlevelil.py:1232–1233  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1230class LowLevelILCarryBase(LowLevelILInstruction, Carry):
1231 @property
1232 def left(self) -> LowLevelILInstruction:
1233 return self._get_expr(0)
1234
1235 @property
1236 def right(self) -> LowLevelILInstruction:

Callers

nothing calls this directly

Calls 1

_get_exprMethod · 0.45

Tested by

no test coverage detected