fluid property

fluid property

Fluid

Definition:

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

See Also