Returns an Instructions object for the Modifier placeholder instructions.
Last updated 3 months ago
placeholder_instructions() →
from glider import * def query(): return Instructions().placeholder_instructions().exec(1,9)
Instructions