marvin.instructions
Functions
get_instructions
Get the current instruction stack.
instructions
Temporarily add instructions to the current instruction stack. The
instruction is removed when the context is exited.
with instructions(“talk like a pirate”):
…
Parent Module: marvin