boiling_point property

boiling_point property

BoilingPoint

Definition:

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

See Also