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

Method left

python/mediumlevelil.py:1185–1186  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1183class MediumLevelILCarryBase(MediumLevelILInstruction, Carry):
1184 @property
1185 def left(self) -> MediumLevelILInstruction:
1186 return self._get_expr(0)
1187
1188 @property
1189 def right(self) -> MediumLevelILInstruction:

Callers

nothing calls this directly

Calls 1

_get_exprMethod · 0.45

Tested by

no test coverage detected