Modifier.placer_instructions()
placer_instructions() →
Instructions
Returns placeholder instructions of the modifier.
The placeholder or placer instruction is the "_" (underline) instruction which defines where the function code must be inline in the modifier.
Return type
→ List[Instruction]
An example of a query which can analyze placeholder instructions is:
Output
Last updated