Instruction.get_dest()
Returns the destination (lvalue) if the instruction has any type of assignment
get_dest() →
APIList
[
Value
|
NoneObject
]
For the function:
The instruction:
Will return the result
variable as an instance of Value-derived class, as the result is a variable, it will be of type Var.
Query Example
Output
Last updated