show_terminal property

show_terminal property

The flag that controls terminal output. If true then terminal output is written to console.

Definition:

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

See Also