output_type property

output_type property

Gets or sets the type of the output.

Definition:

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

See Also