input property

input property

Input of this post-processing

Definition:

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

See Also