shell_mode property

shell_mode property

Determines the availability of \write18.

Definition:

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

See Also