Instructions.placeholder_instructions()

Returns an Instructions object for the Modifier placeholder instructions.

placeholder_instructions() → Instructions

Query Example

from glider import *


def query():
  return Instructions().placeholder_instructions().exec(1,9)

Example Output

Last updated