Instruction.get_parent()
Returns parent function/modifier of the instruction.
get_parent() β Callable | NoneObject
The function returns a Callable object, specifically either a Function or Modifier object, where the current instruction is placed.
Query Example
Output
Last updated