instructions property

instructions property

Gets or sets the special instructions.

Definition:

@property
def instructions(self):
    ...
@instructions.setter
def instructions(self, value):
    ...

See Also