ValueExpression.get_dest()
Returns the Value object representing the leftmost destination of the instruction
Last updated
Returns the Value object representing the leftmost destination of the instruction
Last updated
get_dest() -> Union[
Value
,
NoneObject
]
This function will return 'a
' in this case: 'a = b = c = 5
'